summaryrefslogtreecommitdiffstats
path: root/client/polyester.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:06:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-13 11:15:57 +0900
commitfa0a8a3ad738cb08395c64b03fa668ddd0267472 (patch)
tree9ee51fda8c5db6b7685090ccb346bdef101b34b3 /client/polyester.cpp
parent8eb2b1599b68e1b763fa5875595155fbef5025d8 (diff)
downloadtde-style-polyester-fa0a8a3ad738cb08395c64b03fa668ddd0267472.tar.gz
tde-style-polyester-fa0a8a3ad738cb08395c64b03fa668ddd0267472.zip
Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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
}
//////////////////////////////////////////////////////////////////////////////