summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-05 17:30:51 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-05 17:30:51 +0200
commit51a5174d280aedf3508c7f4339345370545906d8 (patch)
tree77bff9a327eeec54759251b86c9d323680722c63 /src/mainview.h
parentCompiles just with 4.5.. (diff)
downloadrekonq-51a5174d280aedf3508c7f4339345370545906d8.tar.xz
tab bar refactoring
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 7ed750a6..f7e1bbb9 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -29,7 +29,6 @@
// Forward Declarations
class WebView;
class TabBar;
-class MainWindow;
class KUrl;
class KAction;
@@ -53,7 +52,7 @@ class MainView : public KTabWidget
Q_OBJECT
public:
- MainView(KMainWindow *parent);
+ MainView(QWidget *parent = 0);
~MainView();
@@ -146,9 +145,6 @@ private:
TabBar *m_tabBar;
QString loadingGitPath;
-
- // the MainWindow pointer
- MainWindow *m_parent;
};
#endif