diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:46:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:46:01 -0600 |
commit | 5466d52073af147d100482cbf633087bb9fb631b (patch) | |
tree | 80fee1fa39c51e63dfb213f52514fbec95c331bc /tdecore/tests/testqtargs.cpp | |
parent | 84341c04865b27eaf78e082e1cca79a2c9d05262 (diff) | |
download | tdelibs-5466d52073af147d100482cbf633087bb9fb631b.tar.gz tdelibs-5466d52073af147d100482cbf633087bb9fb631b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/tests/testqtargs.cpp')
-rw-r--r-- | tdecore/tests/testqtargs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tests/testqtargs.cpp b/tdecore/tests/testqtargs.cpp index fd73923f2..a27073468 100644 --- a/tdecore/tests/testqtargs.cpp +++ b/tdecore/tests/testqtargs.cpp @@ -28,7 +28,7 @@ --bg is aliased to --background but If you try it with --background or -background, you get the same thing. - in tdecore/kapplication.cpp, KCmdLineOption qt_options is defined and used + in tdecore/kapplication.cpp, TDECmdLineOption qt_options is defined and used by the static method Kapplication::addCmdLineOptions to add the Qt options but its' entries look like this: @@ -48,10 +48,10 @@ application palette (light and dark shades are\ncalculated)."), 0}, #include <kaboutdata.h> #include <klocale.h> -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "hello ", I18N_NOOP("Says hello"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |