summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:30 -0600
commit717ccda876094818f2b9cce36e79e39fc8159288 (patch)
treeeff7b9dbb13e030eb642eaf2f8b5f9f015f6b0da /src/main.cpp
parentb2a451497f6a3d83e655d32d2e0f439e45a16bce (diff)
downloadpotracegui-717ccda876094818f2b9cce36e79e39fc8159288.tar.gz
potracegui-717ccda876094818f2b9cce36e79e39fc8159288.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 169ca09..a979f5b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,7 +42,7 @@ int main(int argc, char **argv)
about.addCredit( "Tim Fechtner", I18N_NOOP("German translation"), "Tim.Fechtner@gmx.de");
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
potracegui *firstWidget = 0;
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();