From 9de6f32c2c2d563c52ec57d5a2be138d2bc63255 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:33:59 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- kiosktool/kiosktool-tdedirs.cpp | 4 ++-- kiosktool/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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[])