diff options
Diffstat (limited to 'src/views/dolphinremoteencoding.h')
| -rw-r--r-- | src/views/dolphinremoteencoding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinremoteencoding.h b/src/views/dolphinremoteencoding.h index 8dec518d0..0351abad7 100644 --- a/src/views/dolphinremoteencoding.h +++ b/src/views/dolphinremoteencoding.h @@ -22,7 +22,7 @@ #include <QStringList> #include <QAction> -#include <KUrl> +#include <QUrl> #include "libdolphin_export.h" @@ -59,7 +59,7 @@ private: KActionMenu* m_menu; QStringList m_encodingDescriptions; - KUrl m_currentURL; + QUrl m_currentURL; DolphinViewActionHandler* m_actionHandler; bool m_loaded; |
