summaryrefslogtreecommitdiffstats
path: root/src/knowitpref.cpp
diff options
context:
space:
mode:
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");