diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-26 16:46:56 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-26 16:46:56 +0200 |
commit | dfead668759525cf0bd833cb873b694cbf05905d (patch) | |
tree | 70f76736b5f1b68501e2081340e29ec956172c2b /src/mainwindow.h | |
parent | inverting position of kget options (diff) | |
download | rekonq-dfead668759525cf0bd833cb873b694cbf05905d.tar.xz |
Encodings management
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 7 |
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; |