diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:18:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:18:33 -0600 |
commit | 92ac6833a97641f981e900805d1997f9a2192147 (patch) | |
tree | fe782cb92feb50c398a8d73426bac79a7fb29869 /keduca | |
parent | 634845c7a257ece46caaf3d46d8e28c8c091cbf4 (diff) | |
download | tdeedu-92ac6833a97641f981e900805d1997f9a2192147.tar.gz tdeedu-92ac6833a97641f981e900805d1997f9a2192147.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'keduca')
-rw-r--r-- | keduca/keduca/main.cpp | 2 | ||||
-rw-r--r-- | keduca/keducabuilder/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keduca/main.cpp b/keduca/keduca/main.cpp index fdffd318..63ec70b9 100644 --- a/keduca/keduca/main.cpp +++ b/keduca/keduca/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication a; + TDEApplication a; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // start as KEduca TestMaster diff --git a/keduca/keducabuilder/main.cpp b/keduca/keducabuilder/main.cpp index 5fc0d052..eef58a77 100644 --- a/keduca/keducabuilder/main.cpp +++ b/keduca/keducabuilder/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication a; + TDEApplication a; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // start as KEduca Builder |