summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrSoundPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrSoundPlayer.h')
-rw-r--r--kpresenter/KPrSoundPlayer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kpresenter/KPrSoundPlayer.h b/kpresenter/KPrSoundPlayer.h
index 59d5d084..1f4cc52e 100644
--- a/kpresenter/KPrSoundPlayer.h
+++ b/kpresenter/KPrSoundPlayer.h
@@ -30,7 +30,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
#ifndef kpresenter_sound_player_h
#define kpresenter_sound_player_h
-#include <qobject.h>
+#include <tqobject.h>
/*
@@ -42,15 +42,16 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
calss KPlayObject;
}
*/
-class KPrSoundPlayer : public QObject
+class KPrSoundPlayer : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- KPrSoundPlayer( const QString &fileName, QObject *parent = 0, const char *name = 0 );
+ KPrSoundPlayer( const TQString &fileName, TQObject *tqparent = 0, const char *name = 0 );
~KPrSoundPlayer();
- void play( const QString &fileName );
+ void play( const TQString &fileName );
void stop();
public slots: