summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-10 14:47:39 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-10 14:47:39 +0100
commitc7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3 (patch)
tree9715e1f86daba6e14ec74625ae10cd85c23b2359 /src/tabbar.h
parentSafer Application::mainWindow() call. No 0 return.. (diff)
downloadrekonq-c7fa09a7b96e239ff6e7349c9d90e7409d7bbcb3.tar.xz
fixing new mainWindow() behaviour, porting functions calling it
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index fcb04d28..e70c7914 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -59,7 +59,7 @@ class REKONQ_TESTS_EXPORT TabBar : public KTabBar
Q_OBJECT
public:
- TabBar(MainView *parent = 0);
+ TabBar(MainView *parent);
~TabBar();
void showTabPreview(int tab);