summaryrefslogtreecommitdiffstats
path: root/kiosktool
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:33:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:33:59 -0600
commit9de6f32c2c2d563c52ec57d5a2be138d2bc63255 (patch)
tree47a131adec671ab57a61b8cf740429269a6b8242 /kiosktool
parent289549736e4cec4fb9b930e68d4cdb68fab49915 (diff)
downloadkiosktool-9de6f32c2c2d563c52ec57d5a2be138d2bc63255.tar.gz
kiosktool-9de6f32c2c2d563c52ec57d5a2be138d2bc63255.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool')
-rw-r--r--kiosktool/kiosktool-tdedirs.cpp4
-rw-r--r--kiosktool/main.cpp4
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 <file>", I18N_NOOP("kderc file to save settings to"), KDERC },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])