diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:36:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:36:08 -0600 |
commit | ea720a87cc64cfc09e53ff48303de43b4df1fb01 (patch) | |
tree | b64fa773ad8102fa3a97806f79236f288fdde797 /kexi/core/kexicmdlineargs.h | |
parent | 9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff) | |
download | koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kexi/core/kexicmdlineargs.h')
-rw-r--r-- | kexi/core/kexicmdlineargs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/core/kexicmdlineargs.h b/kexi/core/kexicmdlineargs.h index d67c5e61..c1bf80b3 100644 --- a/kexi/core/kexicmdlineargs.h +++ b/kexi/core/kexicmdlineargs.h @@ -25,7 +25,7 @@ #include <kcmdlineargs.h> #include <klocale.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { ":", I18N_NOOP("Options related to entire projects:"), 0 }, { "createdb", I18N_NOOP( @@ -174,7 +174,7 @@ static KCmdLineOptions options[] = "or name of a Kexi database\n" "project on a server to open."), 0 }, // INSERT YOUR COMMANDLINE OPTIONS HERE - KCmdLineLastOption + TDECmdLineLastOption }; #endif |