summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/dbsearchengine
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 20:44:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 23:04:28 +0900
commit737adcefbfa3dd66bcba31656ba33766c347c529 (patch)
tree321d8db88c96ceff680ff7d33b2e2a972e33face /kbabel/kbabeldict/modules/dbsearchengine
parenta2e9e963508ed60b588c4e4a3d2c0384ccdca872 (diff)
downloadtdesdk-master.tar.gz
tdesdk-master.zip
Remove use of KDE_IS_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine')
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp
index 9fee3217..5c5b9f53 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp
+++ b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp
@@ -32,7 +32,6 @@
#include <tqprogressdialog.h>
#include <tqinputdialog.h>
-#include <tdeversion.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <tdeio/netaccess.h>
@@ -1110,14 +1109,9 @@ KDBSearchEngine::saveSettings (TDEConfigBase * config)
{
// updateSettings(); //maybe with autoupdate
TDEConfigGroupSaver cgs (config, "KDBSearchEngine");
-#if KDE_IS_VERSION(3,1,3)
config->writePathEntry ("Filename", dbname);
-#else
- config->writeEntry ("Filename", dbname);
-#endif
config->writeEntry ("Language", lang);
-
config->writeEntry ("CaseSensitive", sens);
config->writeEntry ("Normalize", norm);
config->writeEntry ("RemoveContext", comm);