summaryrefslogtreecommitdiffstats
path: root/knights
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:56:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:56:10 -0600
commit02f80d4283045bd2c6d5a7600a1bb183139e0b5f (patch)
treedb7307ba03dcae719f7172a5e48b3337d3ca387a /knights
parentc664d00793184b3f6580af17fe102449c41e85bd (diff)
downloadknights-02f80d4283045bd2c6d5a7600a1bb183139e0b5f.tar.gz
knights-02f80d4283045bd2c6d5a7600a1bb183139e0b5f.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'knights')
-rw-r--r--knights/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/main.cpp b/knights/main.cpp
index 740af1a..52e131a 100644
--- a/knights/main.cpp
+++ b/knights/main.cpp
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::addCmdLineOptions( options );
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
- KApplication a;
+ TDEApplication a;
Knights *knights = new Knights(args);
a.setMainWidget(knights);
if( !knights->init() ) // Did we init ok?