summaryrefslogtreecommitdiffstats
path: root/atlantik/client/configdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-21 15:00:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-21 15:59:49 +0900
commit83c7743a34217d7e43b043f5a4814111098392b9 (patch)
tree6297ae15a57ce871e09d6cb5dd5b5aea1def8c0b /atlantik/client/configdlg.cpp
parentb8acb454e64d10789a947f227fe65eaa3e90e714 (diff)
downloadtdegames-r14.1.x.tar.gz
tdegames-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7687f0bf43991d63a9dae43d9d53f97c550d8e9c)
Diffstat (limited to 'atlantik/client/configdlg.cpp')
-rw-r--r--atlantik/client/configdlg.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/atlantik/client/configdlg.cpp b/atlantik/client/configdlg.cpp
index a954cc7b..b8c39ece 100644
--- a/atlantik/client/configdlg.cpp
+++ b/atlantik/client/configdlg.cpp
@@ -19,18 +19,6 @@
#include <tqwhatsthis.h>
#include <tqlabel.h>
-#include <tdeversion.h>
-#undef KDE_3_1_FEATURES
-#undef KDE_3_3_FEATURES
-#if defined(TDE_MAKE_VERSION)
-#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,0)
-#define KDE_3_1_FEATURES
-#endif
-#if TDE_VERSION >= TDE_MAKE_VERSION(3,2,90)
-#define KDE_3_3_FEATURES
-#endif
-#endif
-
#include <kicondialog.h>
#include <kiconloader.h>
#include <tdelocale.h>
@@ -147,15 +135,8 @@ TQString ConfigPlayer::playerImage()
void ConfigPlayer::chooseImage()
{
TDEIconDialog iconDialog( this, "iconDialog" );
-#ifdef KDE_3_1_FEATURES
iconDialog.setCustomLocation( locate("appdata", "themes/default/tokens/") );
-#endif
-
-#ifdef KDE_3_3_FEATURES
iconDialog.setup( TDEIcon::Desktop, TDEIcon::Application, false, 0, true, true, true ); // begin with user icons, lock editing
-#else
- iconDialog.setup( TDEIcon::Desktop, TDEIcon::Application, false, 0, true ); // begin with user icons
-#endif
TQString image = iconDialog.openDialog();