diff --git a/kiosktool/kiosktool-tdedirs.cpp b/kiosktool/kiosktool-tdedirs.cpp index 7f8b1f7..194395d 100644 --- a/kiosktool/kiosktool-tdedirs.cpp +++ b/kiosktool/kiosktool-tdedirs.cpp @@ -114,9 +114,9 @@ static TQStringList lookupProfiles(const TQString &mapFile) return profiles; } -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "check", I18N_NOOP("Output currently active prefixes"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp index 716b894..291db5d 100644 --- a/kiosktool/main.cpp +++ b/kiosktool/main.cpp @@ -38,10 +38,10 @@ static const char *version = "1.0"; #define KDERC "/etc/kderc" #endif -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "kderc ", I18N_NOOP("kderc file to save settings to"), KDERC }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[])