]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinremoteencoding.h
port Dolphin from KUrl to QUrl
[dolphin.git] / src / views / dolphinremoteencoding.h
index b317cc1df34aa8216c56bfc13206ef1da269f637..0351abad7f468fc90c7b2a51a06e216295df0baf 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <QStringList>
 #include <QAction>
-#include <KUrl>
+#include <QUrl>
 #include "libdolphin_export.h"
 
 
@@ -30,7 +30,7 @@ class KActionMenu;
 class DolphinViewActionHandler;
 
 /**
- * @brief Allows to chnage character encoding for remote urls like ftp.
+ * @brief Allows to change character encoding for remote urls like ftp.
  *
  * When browsing remote url, its possible to change encoding from Tools Menu.
  */
@@ -59,7 +59,7 @@ private:
 
   KActionMenu* m_menu;
   QStringList m_encodingDescriptions;
-  KUrl m_currentURL;
+  QUrl m_currentURL;
   DolphinViewActionHandler* m_actionHandler;
 
   bool m_loaded;