diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:08 -0600 |
commit | 3a3518bb002cace6891cdf58a7ee83b3fb15ce8a (patch) | |
tree | bb273a5ad3e2eab78fe99fc6d625abe197b3c5e7 /kturtle | |
parent | 8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff) | |
download | tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kturtle')
-rw-r--r-- | kturtle/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kturtle/src/main.cpp b/kturtle/src/main.cpp index 5f7d9eb3..581cb701 100644 --- a/kturtle/src/main.cpp +++ b/kturtle/src/main.cpp @@ -32,14 +32,14 @@ static const char copyright[] = I18N_NOOP("(C) 2003 The KTurtle Authors"); static const char website[] = "http://edu.kde.org/kturtle"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { /// @todo so some about the command line arguments... Something like: // { "e <argument>", I18N_NOOP( "sets the folder with the examples to <argument>" ), 0 } // { "t <argument>", I18N_NOOP( "sets the xml file containing the translatiosns of the Logo commands" ), 0 } // { "h <argument>", I18N_NOOP( "sets the xml file containing the highlightstyle" ), 0 } // { "+[URL]", I18N_NOOP( "A Logo file to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |