summaryrefslogtreecommitdiffstats
path: root/src/knowitpref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/knowitpref.cpp')
-rw-r--r--src/knowitpref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowitpref.cpp b/src/knowitpref.cpp
index ac0bdf6..a5edeb1 100644
--- a/src/knowitpref.cpp
+++ b/src/knowitpref.cpp
@@ -213,7 +213,7 @@ KnowitPreferences::KnowitPreferences()
page, "EnterLineBreak"));
tqlayout->addWidget(tabfocus = new TQCheckBox(i18n("'Tab' in editor changes focus"),
page, "TabFocus"));
-#if KDE_VERSION_MAJOR == 3 && KDE_VERSION_MINOR < 1
+#if TDE_VERSION_MAJOR == 3 && TDE_VERSION_MINOR < 1
tabfocus->hide();
#endif
TQHBox* colorBox = new TQHBox(page);