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 /klettres | |
parent | 634845c7a257ece46caaf3d46d8e28c8c091cbf4 (diff) | |
download | tdeedu-92ac6833a97641f981e900805d1997f9a2192147.tar.gz tdeedu-92ac6833a97641f981e900805d1997f9a2192147.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'klettres')
-rw-r--r-- | klettres/klettres/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klettres/klettres/main.cpp b/klettres/klettres/main.cpp index d4ec18fa..837fe00d 100644 --- a/klettres/klettres/main.cpp +++ b/klettres/klettres/main.cpp @@ -92,7 +92,7 @@ int main(int argc, char **argv) I18N_NOOP("Timer setting widgets"), "michael.goettsche AT kdemail.net"); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; // see if we are starting with session management if (app.isRestored()) |