summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
commitb2a451497f6a3d83e655d32d2e0f439e45a16bce (patch)
tree6816b1f56b6ebdd5b1f9b8904390135909117d1d /src/main.cpp
parentccd16b67b9421de4788e5f15a038cc679265dad6 (diff)
downloadpotracegui-b2a451497f6a3d83e655d32d2e0f439e45a16bce.tar.gz
potracegui-b2a451497f6a3d83e655d32d2e0f439e45a16bce.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d0d8a76..169ca09 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -40,12 +40,12 @@ int main(int argc, char **argv)
KAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it");
about.addAuthor( "Antonio Fasolato", 0, "Antonio.Fasolato@poste.it" );
about.addCredit( "Tim Fechtner", I18N_NOOP("German translation"), "Tim.Fechtner@gmx.de");
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
potracegui *firstWidget = 0;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
firstWidget = new potracegui();
firstWidget->show();