summaryrefslogtreecommitdiffstats
path: root/kalzium
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:18:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:18:33 -0600
commit92ac6833a97641f981e900805d1997f9a2192147 (patch)
treefe782cb92feb50c398a8d73426bac79a7fb29869 /kalzium
parent634845c7a257ece46caaf3d46d8e28c8c091cbf4 (diff)
downloadtdeedu-92ac6833a97641f981e900805d1997f9a2192147.tar.gz
tdeedu-92ac6833a97641f981e900805d1997f9a2192147.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kalzium')
-rw-r--r--kalzium/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/main.cpp b/kalzium/src/main.cpp
index 6a8f0920..96056429 100644
--- a/kalzium/src/main.cpp
+++ b/kalzium/src/main.cpp
@@ -67,7 +67,7 @@ int main(int argc, char **argv)
about.addCredit( "Inge Wallin", I18N_NOOP( "Code cleaning, the molecule parser and a lot of smaller improvements" ));
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
Kalzium *mainWin = 0;
if (app.isRestored())