summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-26 16:46:56 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-26 16:46:56 +0200
commitdfead668759525cf0bd833cb873b694cbf05905d (patch)
tree70f76736b5f1b68501e2081340e29ec956172c2b /src/mainwindow.h
parentinverting position of kget options (diff)
downloadrekonq-dfead668759525cf0bd833cb873b694cbf05905d.tar.xz
Encodings management
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 5c525e26..7129de80 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -157,6 +157,10 @@ private slots:
void aboutToShowBackMenu();
void openActionUrl(QAction *action);
+ // encodings
+ void setEncoding(QAction *);
+ void populateEncodingMenu();
+
private:
MainView *m_view;
FindBar *m_findBar;
@@ -167,7 +171,8 @@ private:
KAction *m_stopReloadAction;
KMenu *m_historyBackMenu;
-
+ KMenu *m_encodingMenu;
+
KToolBar *m_mainBar;
KToolBar *m_bmBar;