diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:24:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:24:38 -0600 |
commit | 95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b (patch) | |
tree | 4c22f2f3096672431df9180a0946c137012f3f2c /src/main.cpp | |
parent | bdeb717137b6fc8693198008ccb97f8213973416 (diff) | |
download | tdevelop-95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b.tar.gz tdevelop-95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b.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 f6ff2789..cba4e334 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -84,7 +84,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); - KApplication app; + TDEApplication app; KDevIDEExtension::init(); |