summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-01-18 02:10:22 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-01-18 02:10:22 +0100
commit195641eb0e7972b32756e95340ebd48c21a7feaf (patch)
tree7f17e16782fb8961fd4a7d17b1bf2e7bc5d440b6 /src/mainwindow.h
parentSome moc adds and webview fixing.. (diff)
downloadrekonq-195641eb0e7972b32756e95340ebd48c21a7feaf.tar.xz
Partially ported rekonq to KConfigXT technology..
Perhaps ~50%..going on!!
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
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