summaryrefslogtreecommitdiffstats
path: root/kommander/widget
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:59 +0900
commitaf63bdbe119ca26a20cee09e3e30d73e6b695e45 (patch)
tree7d69e9615cf414cf1988914f1e3423f0662c0578 /kommander/widget
parent3b724543a8a30095af41b983b78971d678675410 (diff)
downloadtdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.tar.gz
tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/widget')
-rw-r--r--kommander/widget/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widget/Makefile.am b/kommander/widget/Makefile.am
index 59fb131c..ac37995e 100644
--- a/kommander/widget/Makefile.am
+++ b/kommander/widget/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/kommander/plugin -I$(top_srcdir)/kommander/factory $
libkommanderwidget_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
# the libraries to link against.
-libkommanderwidget_la_LIBADD = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_QT) -lDCOP
+libkommanderwidget_la_LIBADD = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TQT) -lDCOP
libkommanderwidget_la_SOURCES = expression.cpp function.cpp functionlib.cpp \
invokeclass.cpp kmdrmainwindow.cpp kommanderfunctions.cpp kommanderwidget.cpp \