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/kmplayerpartbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kmplayerpartbase.h') diff --git a/src/kmplayerpartbase.h b/src/kmplayerpartbase.h index 81f4092..80e0f37 100644 --- a/src/kmplayerpartbase.h +++ b/src/kmplayerpartbase.h @@ -38,7 +38,7 @@ class TDEAboutData; class TDEInstance; -class KActionCollection; +class TDEActionCollection; class KBookmarkMenu; class TDEConfig; class TQIODevice; @@ -120,7 +120,7 @@ public: typedef TQMap ProcessMap; PartBase (TQWidget * parent, const char * wname,TQObject * objectParent, const char * name, TDEConfig *); ~PartBase (); - void init (KActionCollection * = 0L); + void init (TDEActionCollection * = 0L); virtual KMediaPlayer::View* view (); static TDEAboutData* createAboutData (); -- cgit v1.2.1