summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:44 -0600
commit634845c7a257ece46caaf3d46d8e28c8c091cbf4 (patch)
tree47eed4bfeb29f9b24fbcdbc961d0804dbe0d3355 /kstars
parent2362ae77640ba97b6ff6beba1636d0fb4da4b34a (diff)
downloadtdeedu-634845c7a257ece46caaf3d46d8e28c8c091cbf4.tar.gz
tdeedu-634845c7a257ece46caaf3d46d8e28c8c091cbf4.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/main.cpp b/kstars/kstars/main.cpp
index 2e28e0ea..d37f2355 100644
--- a/kstars/kstars/main.cpp
+++ b/kstars/kstars/main.cpp
@@ -61,9 +61,9 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Jasem Mutlaq", 0, "mutlaqja@ikarustech.com", 0 );
aboutData.addAuthor("Carsten Niehaus", 0, "cniehaus@gmx.de", 0);
aboutData.addAuthor("Mark Hollomon", 0, "mhh@mindspring.com", 0);
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KApplication a;