summaryrefslogtreecommitdiffstats
path: root/kmid/kmidclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/kmidclient.h')
-rw-r--r--kmid/kmidclient.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kmid/kmidclient.h b/kmid/kmidclient.h
index 204aefac..dc18208d 100644
--- a/kmid/kmidclient.h
+++ b/kmid/kmidclient.h
@@ -55,6 +55,7 @@ class TQString;
class kmidClient : public TQWidget, virtual public KMidIface
{
Q_OBJECT
+ TQ_OBJECT
private:
#ifdef KMidDEBUG
long passcount;
@@ -105,7 +106,7 @@ private:
int openFile(const char *filename);
void allNotesOff(void);
public:
- kmidClient(TQWidget *parent, KActionCollection *ac, const char *name=0);
+ kmidClient(TQWidget *tqparent, KActionCollection *ac, const char *name=0);
~kmidClient();
char *midiFileName(void) {return midifile_opened;};
@@ -116,7 +117,7 @@ public:
int openURL(const TQString s);
- void repaintText(int typeoftextevents);
+ void tqrepaintText(int typeoftextevents);
static void kmidOutput(void);
int ChooseTypeOfTextEvents(void);
@@ -216,7 +217,7 @@ public:
void setCurrentSong(int i);
void setPlayListMode(int i);
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
private:
TQSlider *timebar;
QSliderTime *timetags;