summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/jinglevoicecaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jingle/jinglevoicecaller.h')
-rw-r--r--kopete/protocols/jabber/jingle/jinglevoicecaller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/jabber/jingle/jinglevoicecaller.h b/kopete/protocols/jabber/jingle/jinglevoicecaller.h
index 4448d530..50070289 100644
--- a/kopete/protocols/jabber/jingle/jinglevoicecaller.h
+++ b/kopete/protocols/jabber/jingle/jinglevoicecaller.h
@@ -3,7 +3,7 @@
#ifndef JINGLEVOICECALLER_H
#define JINGLEVOICECALLER_H
-#include <qmap.h>
+#include <tqmap.h>
#include "im.h"
#include "voicecaller.h"
@@ -54,7 +54,7 @@ protected:
void removeCall(const Jid&);
protected slots:
- void receiveStanza(const QString&);
+ void receiveStanza(const TQString&);
private:
bool initialized_;
@@ -66,7 +66,7 @@ private:
cricket::SessionManager *session_manager_;
cricket::PhoneSessionClient *phone_client_;
JingleClientSlots *slots_;
- QMap<QString,cricket::Call*> calls_;
+ TQMap<TQString,cricket::Call*> calls_;
};
#endif