summaryrefslogtreecommitdiffstats
path: root/lib/libtqtrla/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-10-01 13:23:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-10-01 13:23:12 -0500
commite9bed7d3af54c11f1174b73daa8d8b838448b27f (patch)
treefaffa4b33074c04c3c554650d16ff27704d0df62 /lib/libtqtrla/src
parent051031488b58ac4631ec42b615d0e52707cfeeed (diff)
downloadulab-e9bed7d3af54c11f1174b73daa8d8b838448b27f.tar.gz
ulab-e9bed7d3af54c11f1174b73daa8d8b838448b27f.zip
Update API to TDE R14
Diffstat (limited to 'lib/libtqtrla/src')
-rw-r--r--lib/libtqtrla/src/Makefile.am4
-rw-r--r--lib/libtqtrla/src/tqtrla.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtqtrla/src/Makefile.am b/lib/libtqtrla/src/Makefile.am
index 837c48f..55d705c 100644
--- a/lib/libtqtrla/src/Makefile.am
+++ b/lib/libtqtrla/src/Makefile.am
@@ -7,5 +7,5 @@ lib_LTLIBRARIES = libtqtrla.la
include_HEADERS = tqtrla.h
libtqtrla_la_SOURCES = tqtrla.cpp
-libtqtrla_la_LIBADD = $(LIB_KIO) $(LIB_TDEUI)
-libtqtrla_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined $(all_libraries) $(LIB_KPARTS) -ltdekrbsocket
+libtqtrla_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI)
+libtqtrla_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined $(all_libraries) $(LIB_TDEPARTS) -ltdekrbsocket
diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h
index fe53775..16501db 100644
--- a/lib/libtqtrla/src/tqtrla.h
+++ b/lib/libtqtrla/src/tqtrla.h
@@ -47,7 +47,7 @@ namespace KParts
{
class RemoteInstrumentPartPrivate;
- class KPARTS_EXPORT RemoteInstrumentPart : public Part
+ class TDEPARTS_EXPORT RemoteInstrumentPart : public Part
{
Q_OBJECT