summaryrefslogtreecommitdiffstats
path: root/client/polyester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/polyester.cpp')
-rwxr-xr-xclient/polyester.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/polyester.cpp b/client/polyester.cpp
index d7fd351..8f7da85 100755
--- a/client/polyester.cpp
+++ b/client/polyester.cpp
@@ -15,7 +15,6 @@
#include <tdeconfig.h>
-#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
#include <tdelocale.h>
@@ -1408,10 +1407,8 @@ void polyesterClient::mouseDoubleClickEvent(TQMouseEvent *e) {
// Mousewheel over titlebar
void polyesterClient::wheelEvent(TQWheelEvent * e) {
-#if TDE_VERSION > TDE_MAKE_VERSION(3,4,3)
if (titleLayout_->geometry().contains(e->pos()))
titlebarMouseWheelOperation(e->delta());
-#endif
}
//////////////////////////////////////////////////////////////////////////////