From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kreadconfig/kreadconfig.cpp | 4 ++-- kreadconfig/kwriteconfig.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kreadconfig') diff --git a/kreadconfig/kreadconfig.cpp b/kreadconfig/kreadconfig.cpp index f0b0c22dd..398b8fe54 100644 --- a/kreadconfig/kreadconfig.cpp +++ b/kreadconfig/kreadconfig.cpp @@ -32,14 +32,14 @@ #include #include -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "file ", I18N_NOOP("Use instead of global config"), 0 }, { "group ", I18N_NOOP("Group to look in"), "TDE" }, { "key ", I18N_NOOP("Key to look for"), 0 }, { "default ", I18N_NOOP("Default value"), 0 }, { "type ", I18N_NOOP("Type of variable"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) { diff --git a/kreadconfig/kwriteconfig.cpp b/kreadconfig/kwriteconfig.cpp index d554483bc..381589ad0 100644 --- a/kreadconfig/kwriteconfig.cpp +++ b/kreadconfig/kwriteconfig.cpp @@ -14,14 +14,14 @@ #include #include -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "file ", I18N_NOOP("Use instead of global config"), 0 }, { "group ", I18N_NOOP("Group to look in"), "TDE" }, { "key ", I18N_NOOP("Key to look for"), 0 }, { "type ", I18N_NOOP("Type of variable. Use \"bool\" for a boolean, otherwise it is treated as a string"), 0 }, { "+value", I18N_NOOP( "The value to write. Mandatory, on a shell use '' for empty" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) { -- cgit v1.2.3