summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:58:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:58:51 -0600
commit6a0ce14f2eb7c7a2dca81d84567449a9e8262a84 (patch)
tree057a0f9dc0c74fb6ba3d0fda953222d23f792619 /src
parent8472408c30e6ca7f25318e3a34f78a371cf43af8 (diff)
downloadkpicosim-6a0ce14f2eb7c7a2dca81d84567449a9e8262a84.tar.gz
kpicosim-6a0ce14f2eb7c7a2dca81d84567449a9e8262a84.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2700e75..7fe8e33 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
about.addAuthor( "Mark Six", 0, "m6@xs4all.nl" );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
KPicoSim *mainWin = 0;
if (app.isRestored())