X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c7ef72de5563ae33e9342526cb33d67498de0759..c725848709:/src/views/dolphinremoteencoding.h diff --git a/src/views/dolphinremoteencoding.h b/src/views/dolphinremoteencoding.h index b317cc1df..0351abad7 100644 --- a/src/views/dolphinremoteencoding.h +++ b/src/views/dolphinremoteencoding.h @@ -22,7 +22,7 @@ #include #include -#include +#include #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;