diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-19 02:26:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-19 02:26:13 +0100 |
commit | 76d30285358bedd8b2fc6caf48d2a871f7546685 (patch) | |
tree | 28ee333ad33eeeb4f6edd9f647702fc2522db122 /src/mainwindow.h | |
parent | m_tabWidget --> m_view (diff) | |
download | rekonq-76d30285358bedd8b2fc6caf48d2a871f7546685.tar.xz |
Ported tons of code to KConfigXT. To merge kcfg branch we need just to
port cookie settings..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 816597ee..86a3e30d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -65,12 +65,11 @@ private: void setupTabBar(); public slots: - void updateConfiguration(); - void slotHome(); void loadUrl(const KUrl &url); private slots: + void slotUpdateConf(); void slotLoadProgress(int); void slotUpdateStatusbar(const QString &string); void slotUpdateWindowTitle(const QString &title = QString()); |