From 0b11e1f9e7e5fa53eec82ebb564ea0c4bacf572f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 7 Mar 2026 11:07:00 +0900
Subject: Remove use of KDE_IS_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kiosktool/kcms/autostart/kcmautostart.cpp | 3 ---
 kiosktool/kioskrun.cpp                    | 6 ------
 2 files changed, 9 deletions(-)

diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 6a075e8..b3ed32b 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -55,10 +55,7 @@ AutoStartConfig::AutoStartConfig(TQWidget* parent, const char* name, const TQStr
         new TDEAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "TDE Service Manager" ),
             0, 0, TDEAboutData::License_GPL, I18N_NOOP( "(c) 2004 Martijn Klingens" ) );
     about->addAuthor( "Martijn Klingens", 0, "klingens@kde.org" );
-
-#if KDE_IS_VERSION(3,2,91)
     setAboutData( about );
-#endif
 
     TQVBoxLayout *lay = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
 
diff --git a/kiosktool/kioskrun.cpp b/kiosktool/kioskrun.cpp
index 0f52847..12cca65 100644
--- a/kiosktool/kioskrun.cpp
+++ b/kiosktool/kioskrun.cpp
@@ -986,10 +986,8 @@ KioskRun::createRemoteDir(const KURL &dest)
       if (NETACCESS::mkdir(dest, tdeApp->mainWidget(), 0755))
          return true;
 
-#if KDE_IS_VERSION(3,2,91)
       if (NETACCESS::lastError() == TDEIO::ERR_DIR_ALREADY_EXIST)
          return true;
-#endif
 
       //TODO Check directory already exists error
       TQString error = NETACCESS::lastErrorString();
@@ -1290,11 +1288,7 @@ KioskRun::setProfileInfo(const TQString &profile, const TQString &description, c
                                "do you wish to delete these files?").arg(installDir),
                           allFiles,
                           i18n("Deleting Profile"),
-#if KDE_IS_VERSION(3,2,91)
                           KStdGuiItem::del(),
-#else
-                          i18n("&Delete"),
-#endif                          
                           i18n("&Keep Files")
                                );
          switch(msgResult)
-- 
cgit v1.2.3

