diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:13:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:13:25 -0600 |
commit | 940c092f32d40263ad6b24f948eaf4c48b01e99a (patch) | |
tree | f5235b5c44e8aaedd3484a00551e29993d548590 /tdemid/tdemidclient.h | |
parent | ced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff) | |
download | tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdemid/tdemidclient.h')
-rw-r--r-- | tdemid/tdemidclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
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;}; |