summaryrefslogtreecommitdiffstats
path: root/src/knowitpref.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-10 17:52:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-10 17:52:31 +0900
commiteaff1bf5cb298aca575933bbcd5443e2970e4581 (patch)
treeb4611bd64a004a4ee8b469b5d910ee85b1cc18ab /src/knowitpref.cpp
parente5aa596d91f8dc76b27019275abd9df8ea084733 (diff)
downloadknowit-eaff1bf5cb298aca575933bbcd5443e2970e4581.tar.gz
knowit-eaff1bf5cb298aca575933bbcd5443e2970e4581.zip
Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/knowitpref.cpp')
-rw-r--r--src/knowitpref.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/knowitpref.cpp b/src/knowitpref.cpp
index 4ce1725..b70dc26 100644
--- a/src/knowitpref.cpp
+++ b/src/knowitpref.cpp
@@ -34,7 +34,6 @@
#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelocale.h>
-#include <tdeversion.h>
#include <tdefontdialog.h>
#include <klineedit.h>
#include <kcolorbutton.h>
@@ -217,9 +216,7 @@ KnowitPreferences::KnowitPreferences()
page, "EnterLineBreak"));
layout->addWidget(tabfocus = new TQCheckBox(i18n("'Tab' in editor changes focus"),
page, "TabFocus"));
-#if TDE_VERSION_MAJOR == 3 && TDE_VERSION_MINOR < 1
tabfocus->hide();
-#endif
TQHBox* colorBox = new TQHBox(page);
layout->addWidget(colorBox);
customColors = new TQCheckBox(i18n("Use &custom colors"), colorBox, "CustomColors");