diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-12 15:06:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-13 11:15:57 +0900 |
| commit | fa0a8a3ad738cb08395c64b03fa668ddd0267472 (patch) | |
| tree | 9ee51fda8c5db6b7685090ccb346bdef101b34b3 | |
| parent | 8eb2b1599b68e1b763fa5875595155fbef5025d8 (diff) | |
| download | tde-style-polyester-fa0a8a3ad738cb08395c64b03fa668ddd0267472.tar.gz tde-style-polyester-fa0a8a3ad738cb08395c64b03fa668ddd0267472.zip | |
Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rwxr-xr-x | client/polyester.cpp | 3 |
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 } ////////////////////////////////////////////////////////////////////////////// |
