diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:00:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:00:48 -0600 |
commit | 0308f7944757919f45f8217c4dd92ad751292c85 (patch) | |
tree | 57100e03f048bd77469400689da01f5cc1846eb4 /src/kmplayerpartbase.h | |
parent | 9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff) | |
download | kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/kmplayerpartbase.h')
-rw-r--r-- | src/kmplayerpartbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <TQString, Process *> 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 (); |