diff options
Diffstat (limited to 'kopete/protocols/jabber')
-rw-r--r-- | kopete/protocols/jabber/jingle/DESIGN | 10 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgchatjoin.ui | 4 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgchatroomslist.ui | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/kopete/protocols/jabber/jingle/DESIGN b/kopete/protocols/jabber/jingle/DESIGN index bfd1cd6c..628ecda4 100644 --- a/kopete/protocols/jabber/jingle/DESIGN +++ b/kopete/protocols/jabber/jingle/DESIGN @@ -60,11 +60,11 @@ JingleSessionManager manage the JingleSession pointers. Do not delete it in user * JingleSessionManager(JabberAccount *) -* public Q_SLOTS: +* public slots: * JingleSession *createSession(const TQString &sessionType, const JidList &peers); * void removeSession(JingleSession *); -Q_SIGNALS: +signals: * void incomingSession(const TQString &sessionType, JingleSession *session); JingleSession @@ -89,10 +89,10 @@ Base class for Jingle session. A session is a // Return Session XML namespace * virtual TQString sessionType() = 0; -protected Q_SLOTS: +protected slots: void sendStanza(const TQString &stanza) { account()->client->send(stanza); -Q_SIGNALS: +signals: void accepted(); void declined(); void terminated(); @@ -105,7 +105,7 @@ Hold the PhoneSessionClient object. connect(account()->client(),TQ_SIGNAL(xmlIncoming(const TQString&)),TQ_SLOT(receiveStanza(const TQString&))); -private Q_SLOTS: +private slots: void receiveStanza(const TQString &stanza); VoiceConversationDialog diff --git a/kopete/protocols/jabber/ui/dlgchatjoin.ui b/kopete/protocols/jabber/ui/dlgchatjoin.ui index f5f40392..28e4a610 100644 --- a/kopete/protocols/jabber/ui/dlgchatjoin.ui +++ b/kopete/protocols/jabber/ui/dlgchatjoin.ui @@ -122,9 +122,9 @@ <tabstop>leServer</tabstop> <tabstop>leNick</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot>slotBowse()</slot> <slot>slotJoin()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/kopete/protocols/jabber/ui/dlgchatroomslist.ui b/kopete/protocols/jabber/ui/dlgchatroomslist.ui index ba344add..d542a942 100644 --- a/kopete/protocols/jabber/ui/dlgchatroomslist.ui +++ b/kopete/protocols/jabber/ui/dlgchatroomslist.ui @@ -172,12 +172,12 @@ <slot>slotDoubleClick(int,int,int,const TQPoint&)</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>slotQuery()</slot> <slot>slotJoin()</slot> <slot>slotClick(int row, int col, int button, const TQPoint& mousePos)</slot> <slot>slotDoubleClick(int row, int col, int button, const TQPoint& mousePos)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in declaration">kdialog.h</include> |