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 /kstars | |
parent | 8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff) | |
download | tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/main.cpp b/kstars/kstars/main.cpp index 5cd48a62..8c6dcc34 100644 --- a/kstars/kstars/main.cpp +++ b/kstars/kstars/main.cpp @@ -37,7 +37,7 @@ static const char notice[] = I18N_NOOP("Some images in KStars are for non-commercial use only. See README.images."); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "!dump", I18N_NOOP( "Dump sky image to file" ), 0 }, { "script ", I18N_NOOP( "Script to execute" ), 0 }, @@ -46,7 +46,7 @@ static KCmdLineOptions options[] = { "filename ", I18N_NOOP( "Filename for sky image" ), "kstars.png" }, { "date ", I18N_NOOP( "Date and time" ), "" }, { "!paused", I18N_NOOP( "Start with clock paused" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |