diff options
Diffstat (limited to 'kopete/protocols/jabber/jingle/voicecaller.h')
-rw-r--r-- | kopete/protocols/jabber/jingle/voicecaller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jingle/voicecaller.h b/kopete/protocols/jabber/jingle/voicecaller.h index 0f0d18bb..6907f09d 100644 --- a/kopete/protocols/jabber/jingle/voicecaller.h +++ b/kopete/protocols/jabber/jingle/voicecaller.h @@ -14,9 +14,10 @@ using namespace XMPP; /** * \brief An abstract class for a voice call implementation. */ -class VoiceCaller : public QObject +class VoiceCaller : public TQObject { Q_OBJECT + TQ_OBJECT public: /** |