diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:21:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:21:05 -0600 |
commit | a34aeb25a3006e5a708ec955159226e8b197dc27 (patch) | |
tree | b28fca30332cff7880bce1e4d3f708d4fd212402 /src/kmplayer.h | |
parent | 1366d753b98b2e33452ed46656bff8764e879862 (diff) | |
download | kmplayer-a34aeb25a3006e5a708ec955159226e8b197dc27.tar.gz kmplayer-a34aeb25a3006e5a708ec955159226e8b197dc27.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayer.h')
-rw-r--r-- | src/kmplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayer.h b/src/kmplayer.h index 4e8fb15..404a6d1 100644 --- a/src/kmplayer.h +++ b/src/kmplayer.h @@ -36,7 +36,7 @@ static const int id_status_timer = 2; class TQPopupMenu; class TQMenuItem; class TQListViewItem; -class KProcess; +class TDEProcess; class KMPlayerBroadcastConfig; class KMPlayerFFServerConfig; class KSystemTray; |