diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:45:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:45:41 -0600 |
commit | 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch) | |
tree | ed9cc8dc203cf9cf98a1768602bef9caebc70763 /kolourpaint | |
parent | 580d345952faf597f69347256e0ad3411725988a (diff) | |
download | tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kolourpaint')
-rw-r--r-- | kolourpaint/kolourpaint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp index 6f2cbf8a..3c09535c 100644 --- a/kolourpaint/kolourpaint.cpp +++ b/kolourpaint/kolourpaint.cpp @@ -48,10 +48,10 @@ #include <kolourpaintversion.h> -static const KCmdLineOptions cmdLineOptions [] = +static const TDECmdLineOptions cmdLineOptions [] = { {"+[file]", I18N_NOOP ("Image file to open"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; |