summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-28 12:08:45 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-28 12:08:45 +0200
commitf4054a4adf480b4960f6925c3f5e65a919ff3f6e (patch)
tree3e00a232e9ee8ef93f6a7ee2b970cad6bdea0c3d /src/bookmarks.h
parentRemoved QDialog instances (diff)
parentcosmetic (diff)
downloadrekonq-f4054a4adf480b4960f6925c3f5e65a919ff3f6e.tar.xz
Fixed mainwindow conflicts
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r--src/bookmarks.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h
index fef91413..8b4cf8e5 100644
--- a/src/bookmarks.h
+++ b/src/bookmarks.h
@@ -93,10 +93,7 @@ public:
/**
* This function returns whether the owner supports tabs.
*/
- virtual bool supportsTabs() const
- {
- return true;
- }
+ virtual bool supportsTabs() const;
/**
* Called if the user wants to open every bookmark in this folder in a new tab.