summaryrefslogtreecommitdiffstats
path: root/tdemid/tdemidclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdemid/tdemidclient.h')
-rw-r--r--tdemid/tdemidclient.h4
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;};