diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-14 23:33:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-14 23:33:39 +0100 |
commit | 9731934d1c45b7e6f27b58b9083b23ecbc084288 (patch) | |
tree | 20ee22f4b68b75ac54bac2afd09edc038019bf45 /src/mainwindow.h | |
parent | Added credit for Johannes Troscher (diff) | |
download | rekonq-9731934d1c45b7e6f27b58b9083b23ecbc084288.tar.xz |
This patch cleans up encoding management, moving code to
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 00bd40a5..b3bce9d8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -166,10 +166,6 @@ private Q_SLOTS: void openActionUrl(QAction *action); void openActionTab(QAction *action); - // encodings - void setEncoding(QAction *); - void populateEncodingMenu(); - // user agent void setUserAgent(); void populateUserAgentMenu(); @@ -195,7 +191,6 @@ private: KMenu *m_historyBackMenu; KMenu *m_historyForwardMenu; - KMenu *m_encodingMenu; KMenu *m_tabListMenu; KMenu *m_userAgentMenu; |