From fa0a8a3ad738cb08395c64b03fa668ddd0267472 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 12 Mar 2026 15:06:37 +0900
Subject: Remove use of TDE_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 client/polyester.cpp | 3 ---
 1 file changed, 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
 }
 
 //////////////////////////////////////////////////////////////////////////////
-- 
cgit v1.2.3

