Changed #ifdef to #if in previous commit, rf8309be.

This commit is contained in:
Dawit Alemayehu 2012-10-15 12:30:12 -04:00
parent 3c7db47a72
commit 04c8abf5bb

View file

@ -133,7 +133,7 @@ KonqFrameTabs::KonqFrameTabs(QWidget* parent, KonqFrameContainerBase* parentCont
connect( this, SIGNAL(initiateDrag(QWidget*)),
SLOT(slotInitiateDrag(QWidget*)) );
#ifdef QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#pragma message("KF5: revert the commit that introduced this line")
#endif
tabBar()->installEventFilter(this);