summaryrefslogtreecommitdiffstats
path: root/src/kmplayerview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:00:48 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:00:48 -0600
commit0308f7944757919f45f8217c4dd92ad751292c85 (patch)
tree57100e03f048bd77469400689da01f5cc1846eb4 /src/kmplayerview.cpp
parent9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff)
downloadkmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz
kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/kmplayerview.cpp')
-rw-r--r--src/kmplayerview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayerview.cpp b/src/kmplayerview.cpp
index 2c265e4..d52060e 100644
--- a/src/kmplayerview.cpp
+++ b/src/kmplayerview.cpp
@@ -171,7 +171,7 @@ KDE_NO_EXPORT void View::dragEnterEvent (TQDragEnterEvent* dee) {
dee->accept ();
}
-KDE_NO_EXPORT void View::init (KActionCollection * action_collection) {
+KDE_NO_EXPORT void View::init (TDEActionCollection * action_collection) {
setBackgroundMode(TQt::NoBackground); // prevents flashing
//m_dockarea->setEraseColor (TQColor (0, 0, 0));
TQPalette pal (TQColor (64, 64,64), TQColor (32, 32, 32));