summaryrefslogtreecommitdiffstats
path: root/ksquirrel/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:25 -0600
commit0fafc9ff70808fa2d20dd7a6b2054b54a6c1f4c4 (patch)
tree9ec7eaf9ac1a1de7f0d4daf6885f2108fe36ca3e /ksquirrel/main.cpp
parent299a14479b54081252d4a4fd795e82dea03d1993 (diff)
downloadksquirrel-0fafc9ff70808fa2d20dd7a6b2054b54a6c1f4c4.tar.gz
ksquirrel-0fafc9ff70808fa2d20dd7a6b2054b54a6c1f4c4.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'ksquirrel/main.cpp')
-rw-r--r--ksquirrel/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/main.cpp b/ksquirrel/main.cpp
index e2b3073..319cc36 100644
--- a/ksquirrel/main.cpp
+++ b/ksquirrel/main.cpp
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
high->have_categories = sq_args->isSet("categories");
high->have_mountview = sq_args->isSet("mountview");
- KApplication a;
+ TDEApplication a;
if(!TQGLFormat::hasOpenGL())
{
@@ -162,7 +162,7 @@ int main(int argc, char *argv[])
{
splash = new SQ_SplashScreen(0, "ksquirrel-splash-screen");
if(!high->showLibsAndExit) splash->show(); // don't show splash when -l
- KApplication::flush();
+ TDEApplication::flush();
}
delete config;