diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:55:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:55:30 -0600 |
commit | 5283780d89368dad60287f316e17916ff2ef29c1 (patch) | |
tree | dd1c6a04b7e807ca17bf08b6a360ce3ab8903980 /src/kmplayerapp.cpp | |
parent | 86b34a4e0e6a2442207b865b108c6873da358dd3 (diff) | |
download | kmplayer-5283780d89368dad60287f316e17916ff2ef29c1.tar.gz kmplayer-5283780d89368dad60287f316e17916ff2ef29c1.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayerapp.cpp')
-rw-r--r-- | src/kmplayerapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayerapp.cpp b/src/kmplayerapp.cpp index 94b318e..9bc2c05 100644 --- a/src/kmplayerapp.cpp +++ b/src/kmplayerapp.cpp @@ -549,7 +549,7 @@ KDE_NO_CDTOR_EXPORT KMPlayerApp::KMPlayerApp(TQWidget* , const char* name) } #endif /** TWin are you there? **/ - m_haveKWin = KApplication::dcopClient()->isApplicationRegistered("twin"); + m_haveKWin = TDEApplication::dcopClient()->isApplicationRegistered("twin"); if (m_haveKWin) kdDebug() << "Window manager: TWin found" << endl; else |