summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo')
-rw-r--r--kopete/protocols/yahoo/Makefile.am2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/Makefile.am2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/tests/Makefile.am4
3 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/yahoo/Makefile.am b/kopete/protocols/yahoo/Makefile.am
index a0ef0fe7..7d7e325d 100644
--- a/kopete/protocols/yahoo/Makefile.am
+++ b/kopete/protocols/yahoo/Makefile.am
@@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = kopete_yahoo.la
kopete_yahoo_la_SOURCES = yahooprotocol.cpp yahoocontact.cpp \
yahooaddcontact.cpp yahooaccount.cpp yahooeditaccount.cpp yahooconferencemessagemanager.cpp \
yahoochatsession.cpp yahooverifyaccount.cpp yahoowebcam.cpp
-kopete_yahoo_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kopete_yahoo_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kopete_yahoo_la_LIBADD = ../../libkopete/avdevice/libkopete_videodevice.la \
$(top_builddir)/kopete/libkopete/libkopete.la ui/libkopeteyahooui.la libkyahoo/libkyahoo.la
diff --git a/kopete/protocols/yahoo/libkyahoo/Makefile.am b/kopete/protocols/yahoo/libkyahoo/Makefile.am
index 8524b4b1..e066486f 100644
--- a/kopete/protocols/yahoo/libkyahoo/Makefile.am
+++ b/kopete/protocols/yahoo/libkyahoo/Makefile.am
@@ -16,7 +16,7 @@ libkyahoo_la_SOURCES = client.cpp task.cpp connector.cpp inputprotocolbase.cpp \
yabentry.cpp modifyyabtask.cpp chatsessiontask.cpp sendfiletask.cpp filetransfernotifiertask.cpp \
receivefiletask.cpp yahoochattask.cpp
libkyahoo_la_LDFLAGS = -no-undefined $(all_libraries)
-libkyahoo_la_LIBADD = $(LIB_QT)
+libkyahoo_la_LIBADD = $(LIB_TQT)
noinst_HEADERS = logintask.h yabentry.h yabtask.h modifyyabtask.h \
chatsessiontask.h yahoochattask.h
diff --git a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am
index 7f2d54a6..798dcaa2 100644
--- a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am
+++ b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am
@@ -3,7 +3,7 @@ METASOURCES = AUTO
check_PROGRAMS = clientstream_test
clientstream_test_SOURCES = clientstream_test.cpp
-clientstream_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la
+clientstream_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../libkyahoo.la
#login_test_SOURCES = logintest.cpp
-#login_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la
+#login_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../libkyahoo.la