From bd2f7179de1b42399b5f04ef65221e8e81250392 Mon Sep 17 00:00:00 2001 From: Rahman Duran Date: Wed, 25 Mar 2009 22:00:50 +0000 Subject: BUG: 175658 GUI: The remote encoding code adapted from Konqueror to Dolphin. Now user can change encoding for remote urls like ftp. Konqueror doesn't use KRemoteEncodingPlugin anymore. Instead, this feature is supplied to Konqueror via DolphinPart. svn path=/trunk/KDE/kdebase/apps/; revision=944659 --- src/dolphinmainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 35fc57db4..77fc36b58 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -43,6 +43,7 @@ class DolphinApplication; class DolphinSearchBox; class DolphinSettingsDialog; class DolphinViewContainer; +class DolphinRemoteEncoding; class KNewMenu; class KTabBar; class KUrl; @@ -461,6 +462,7 @@ private: QList m_viewTab; DolphinViewActionHandler* m_actionHandler; + DolphinRemoteEncoding* m_remoteEncoding; QPointer m_settingsDialog; }; -- cgit v1.3