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 /kiten | |
parent | 8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff) | |
download | tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kiten')
-rw-r--r-- | kiten/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/main.cpp b/kiten/main.cpp index 25f8e54c..abda8624 100644 --- a/kiten/main.cpp +++ b/kiten/main.cpp @@ -31,9 +31,9 @@ void noMessageOutput(TQtMsgType, const char *) { } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; |