diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 10:52:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 10:52:13 -0600 |
commit | d81f0e49aa19d9a3b627e140306abb10e3b26026 (patch) | |
tree | 5d8f321b2e683ba50313986581d532591bffa58c /kopete/protocols/jabber | |
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')
-rw-r--r-- | kopete/protocols/jabber/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/kioslave/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgchatroomslist.ui | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/kopete/protocols/jabber/Makefile.am b/kopete/protocols/jabber/Makefile.am index ce462f74..f0c6486d 100644 --- a/kopete/protocols/jabber/Makefile.am +++ b/kopete/protocols/jabber/Makefile.am @@ -44,7 +44,7 @@ kopete_jabber_la_SOURCES = \ jabbertransport.cpp\ jabberbookmarks.cpp -kopete_jabber_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) +kopete_jabber_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor kopete_jabber_la_LIBADD = $(top_builddir)/kopete/libkopete/libkopete.la \ ui/libkopetejabberui.la \ libiris/iris/include/libiris.la \ diff --git a/kopete/protocols/jabber/kioslave/Makefile.am b/kopete/protocols/jabber/kioslave/Makefile.am index 7fe4d3d6..3f3c0345 100644 --- a/kopete/protocols/jabber/kioslave/Makefile.am +++ b/kopete/protocols/jabber/kioslave/Makefile.am @@ -14,7 +14,7 @@ kde_module_LTLIBRARIES = kio_jabberdisco.la kio_jabberdisco_la_SOURCES = jabberdisco.cpp kio_jabberdisco_la_LIBADD = ../libjabberclient.la ../libiris/qca/src/libqca.la ../libiris/iris/include/libiris.la ../libiris/iris/xmpp-im/libiris_xmpp_im.la ../libiris/iris/xmpp-core/libiris_xmpp_core.la ../libiris/iris/jabber/libiris_jabber.la ../libiris/cutestuff/util/libcutestuff_util.la ../libiris/cutestuff/network/libcutestuff_network.la $(LIB_KIO) -kio_jabberdisco_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) +kio_jabberdisco_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor noinst_HEADERS = jabberdisco.h 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> |