summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:32 -0600
commite945e139888a8e0545e9dd991d162bc5c26855ab (patch)
tree8abc22d6d1694cb3501f8457eddf8939c6f2291b /src
parent0be18c99128cee9610f4d4c8151abab7d08dc4c4 (diff)
downloadkchmviewer-e945e139888a8e0545e9dd991d162bc5c26855ab.tar.gz
kchmviewer-e945e139888a8e0545e9dd991d162bc5c26855ab.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 201d4e4..1ab0584 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -62,7 +62,7 @@ int main( int argc, char ** argv )
TDECmdLineArgs::init (argc, argv, &aboutdata);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
#else
TQApplication app( argc, argv );
#endif