diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 17:52:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 17:52:31 +0900 |
| commit | eaff1bf5cb298aca575933bbcd5443e2970e4581 (patch) | |
| tree | b4611bd64a004a4ee8b469b5d910ee85b1cc18ab /src/knowitpref.cpp | |
| parent | e5aa596d91f8dc76b27019275abd9df8ea084733 (diff) | |
| download | knowit-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.cpp | 3 |
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"); |
