diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:54:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:54:32 -0600 |
commit | e945e139888a8e0545e9dd991d162bc5c26855ab (patch) | |
tree | 8abc22d6d1694cb3501f8457eddf8939c6f2291b /src/main.cpp | |
parent | 0be18c99128cee9610f4d4c8151abab7d08dc4c4 (diff) | |
download | kchmviewer-e945e139888a8e0545e9dd991d162bc5c26855ab.tar.gz kchmviewer-e945e139888a8e0545e9dd991d162bc5c26855ab.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 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 |