From 92c7868ff0a87b54604856d175c564896eb5a703 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 7 Mar 2026 17:19:45 +0900
Subject: Remove use of KDE_IS_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/mainwindow.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 0d256b3..d971d7a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -144,12 +144,7 @@ MainWindow::MainWindow() : TDEMainWindow(0, "abakus-mainwindow"), m_popup(0), m_
     setupLayout();
 
     setCentralWidget(m_mainSplitter);
-
-#if KDE_IS_VERSION(3,4,89)
     setupGUI(TQSize(450, 400), Keys | StatusBar | Save | Create);
-#else
-    setupGUI(Keys | StatusBar | Save | Create);
-#endif
 
     m_dcopInterface = new AbakusIface();
 }
-- 
cgit v1.2.3

