summaryrefslogtreecommitdiffstats
path: root/kiosktool/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/main.cpp')
-rw-r--r--kiosktool/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp
index 94918e5..6d2d365 100644
--- a/kiosktool/main.cpp
+++ b/kiosktool/main.cpp
@@ -61,19 +61,6 @@ int main(int argc, char *argv[])
a.setMainWidget(w);
w->show();
- bool versionOk;
- if (TQFile::exists("/etc/SuSE-release"))
- versionOk = KDE::version() >= TDE_MAKE_VERSION(3,2,1);
- else
- versionOk = KDE::version() >= TDE_MAKE_VERSION(3,2,2);
-
- if (!versionOk)
- {
- KMessageBox::information(w, i18n("<qt>KIOSK Admin Tool requires KDE 3.2.2 or later!<p>"
- "With older versions you may experience problems with"
- "the <i>Setup</i> functionality of the various components."));
- }
-
kapp->exec();
return 0;