summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:55:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:55:30 -0600
commit5283780d89368dad60287f316e17916ff2ef29c1 (patch)
treedd1c6a04b7e807ca17bf08b6a360ce3ab8903980 /src/main.cpp
parent86b34a4e0e6a2442207b865b108c6873da358dd3 (diff)
downloadkmplayer-5283780d89368dad60287f316e17916ff2ef29c1.tar.gz
kmplayer-5283780d89368dad60287f316e17916ff2ef29c1.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 71a3a62..7799a18 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -54,7 +54,7 @@ extern "C" {
KMPlayer::StringPool::init();
- KApplication app;
+ TDEApplication app;
TQGuardedPtr <KMPlayerApp> kmplayer;
if (app.isRestored ()) {