From 940c092f32d40263ad6b24f948eaf4c48b01e99a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:13:25 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- tdemid/tdemidclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdemid/tdemidclient.h') diff --git a/tdemid/tdemidclient.h b/tdemid/tdemidclient.h index 5a6ee79b..65fa4e36 100644 --- a/tdemid/tdemidclient.h +++ b/tdemid/tdemidclient.h @@ -96,7 +96,7 @@ private: int *collectionplaylist; // the list of songs ordered in the // user selected mode - class KActionCollection *actionCollection; + class TDEActionCollection *actionCollection; void generateCPL(void); int searchInCPL(int song); // Returns the index of song @@ -106,7 +106,7 @@ private: int openFile(const char *filename); void allNotesOff(void); public: - tdemidClient(TQWidget *parent, KActionCollection *ac, const char *name=0); + tdemidClient(TQWidget *parent, TDEActionCollection *ac, const char *name=0); ~tdemidClient(); char *midiFileName(void) {return midifile_opened;}; -- cgit v1.2.1