diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-26 00:00:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-26 00:00:32 +0200 |
commit | 4089c665cb907c48dfd45c088313a08d9ac4e7fb (patch) | |
tree | 69af0919d7dcf4f60ce657a65f3b2ce339b7d70c | |
parent | Another importing step. (diff) | |
download | rekonq-4089c665cb907c48dfd45c088313a08d9ac4e7fb.tar.xz |
Fixed 4.2 compiling
-rw-r--r-- | src/mainview.cpp | 2 |
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))); |