summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-26 00:00:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-26 00:00:32 +0200
commit4089c665cb907c48dfd45c088313a08d9ac4e7fb (patch)
tree69af0919d7dcf4f60ce657a65f3b2ce339b7d70c /src
parentAnother importing step. (diff)
downloadrekonq-4089c665cb907c48dfd45c088313a08d9ac4e7fb.tar.xz
Fixed 4.2 compiling
Diffstat (limited to 'src')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 95d3565a..accc4d16 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -83,7 +83,7 @@ MainView::MainView(QWidget *parent)
#if KDE_IS_VERSION(4,2,60)
setTabsClosable(true); // this causes #23 on KDE 4.2
#else
- setCloseButtonEnabled(oneCloseButton); // this is deprecated, remove
+ setCloseButtonEnabled(true); // this is deprecated, remove
#endif
connect(m_tabBar, SIGNAL(tabCloseRequested(int)),this, SLOT(slotCloseTab(int)));