diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:00:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:00:30 -0600 |
commit | 717ccda876094818f2b9cce36e79e39fc8159288 (patch) | |
tree | eff7b9dbb13e030eb642eaf2f8b5f9f015f6b0da /src/main.cpp | |
parent | b2a451497f6a3d83e655d32d2e0f439e45a16bce (diff) | |
download | potracegui-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.cpp | 2 |
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(); |