diff options
author | Timothy Pearson <[email protected]> | 2011-11-18 10:52:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-18 10:52:13 -0600 |
commit | d81f0e49aa19d9a3b627e140306abb10e3b26026 (patch) | |
tree | 5d8f321b2e683ba50313986581d532591bffa58c /kopete/protocols/jabber/ui | |
parent | 4170042e5739954147a92c4a25440326e6c10fc7 (diff) | |
download | tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.tar.gz tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.zip |
Update kdenetwork Autotools for new DSO linkage style
Diffstat (limited to 'kopete/protocols/jabber/ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgchatroomslist.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/ui/dlgchatroomslist.ui b/kopete/protocols/jabber/ui/dlgchatroomslist.ui index 5feefbb7..31f5b201 100644 --- a/kopete/protocols/jabber/ui/dlgchatroomslist.ui +++ b/kopete/protocols/jabber/ui/dlgchatroomslist.ui @@ -161,22 +161,22 @@ </connection> <connection> <sender>tblChatRoomsList</sender> - <signal>clicked(int,int,int,const QPoint&)</signal> + <signal>clicked(int,int,int,const TQPoint&)</signal> <receiver>dlgChatRoomsList</receiver> - <slot>slotClick(int,int,int,const QPoint&)</slot> + <slot>slotClick(int,int,int,const TQPoint&)</slot> </connection> <connection> <sender>tblChatRoomsList</sender> - <signal>doubleClicked(int,int,int,const QPoint&)</signal> + <signal>doubleClicked(int,int,int,const TQPoint&)</signal> <receiver>dlgChatRoomsList</receiver> - <slot>slotDoubleClick(int,int,int,const QPoint&)</slot> + <slot>slotDoubleClick(int,int,int,const TQPoint&)</slot> </connection> </connections> <Q_SLOTS> <slot>slotQuery()</slot> <slot>slotJoin()</slot> - <slot>slotClick(int row, int col, int button, const QPoint& mousePos)</slot> - <slot>slotDoubleClick(int row, int col, int button, const QPoint& mousePos)</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> <layoutdefaults spacing="6" margin="11"/> <includehints> |