diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-18 02:10:22 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-18 02:10:22 +0100 |
commit | 195641eb0e7972b32756e95340ebd48c21a7feaf (patch) | |
tree | 7f17e16782fb8961fd4a7d17b1bf2e7bc5d440b6 /src/mainwindow.h | |
parent | Some moc adds and webview fixing.. (diff) | |
download | rekonq-195641eb0e7972b32756e95340ebd48c21a7feaf.tar.xz |
Partially ported rekonq to KConfigXT technology..
Perhaps ~50%..going on!!
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index fd7f13d6..e666e405 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -65,6 +65,8 @@ private: void setupTabBar(); public slots: + void updateConfiguration(); + void slotHome(); void loadUrl(const KUrl &url); @@ -126,6 +128,8 @@ private: QString m_lastSearch; MainView *m_tabWidget; + + QString m_homePage; }; #endif // MAINWINDOW_H |