From 0308f7944757919f45f8217c4dd92ad751292c85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:00:48 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/kmplayerview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kmplayerview.cpp') 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)); -- cgit v1.2.1