diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-08 02:35:46 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-08 02:35:46 +0100 |
commit | 6cf7ab65f009f07cdc0ded9ec377665c124a84ac (patch) | |
tree | 13057d8545d7f133a9893fe03283505e1142314b /src/mainwindow.h | |
parent | Little changes.. (diff) | |
download | rekonq-6cf7ab65f009f07cdc0ded9ec377665c124a84ac.tar.xz |
Created mainview!
Other minor adjs..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index aa8e3d65..8a13d7f9 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -25,6 +25,7 @@ // Local Includes #include "findbar.h" #include "searchbar.h" +#include "mainview.h" // KDE Includes #include <KUrl> @@ -37,7 +38,6 @@ class QWebFrame; -class TabWidget; class WebView; /** @@ -53,7 +53,7 @@ public: ~MainWindow(); static KUrl guessUrlFromString(const QString &url); - TabWidget *tabWidget() const; + MainView *tabWidget() const; WebView *currentTab() const; private: @@ -118,7 +118,7 @@ private: QString m_lastSearch; - TabWidget *m_tabWidget; + MainView *m_tabWidget; }; #endif // MAINWINDOW_H |