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 /chalk | |
parent | 9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff) | |
download | koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'chalk')
-rw-r--r-- | chalk/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/main.cc b/chalk/main.cc index 2260aa72..33f59e5a 100644 --- a/chalk/main.cc +++ b/chalk/main.cc @@ -23,9 +23,9 @@ #include "ui/kis_aboutdata.h" -static const KCmdLineOptions options[] = { +static const TDECmdLineOptions options[] = { { "+[file(s)]", I18N_NOOP("File(s) or URL(s) to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KRITA_EXPORT int kdemain(int argc, char **argv) |