From 4a476f2edc9ae33038c75f18de9ad14c625d16c9 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Jul 2019 13:41:48 +0200 Subject: Remove "minimum version of KDE needed" check of Kiosktool. Signed-off-by: Chris --- kiosktool/main.cpp | 13 ------------- 1 file changed, 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("KIOSK Admin Tool requires KDE 3.2.2 or later!

" - "With older versions you may experience problems with" - "the Setup functionality of the various components.")); - } - kapp->exec(); return 0; -- cgit v1.2.3