summaryrefslogtreecommitdiffstats
path: root/libtdepim/komposer/test
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/komposer/test')
-rw-r--r--libtdepim/komposer/test/Makefile.am2
-rw-r--r--libtdepim/komposer/test/test.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/komposer/test/Makefile.am b/libtdepim/komposer/test/Makefile.am
index 68fc85f4..f0558a15 100644
--- a/libtdepim/komposer/test/Makefile.am
+++ b/libtdepim/komposer/test/Makefile.am
@@ -1,6 +1,6 @@
AM_CPPFLAGS = -I$(top_srcdir) -I../core $(all_includes)
LDADD = $(LIB_TDEPARTS) ../core/libkomposer.la
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
check_PROGRAMS = test
diff --git a/libtdepim/komposer/test/test.cpp b/libtdepim/komposer/test/test.cpp
index b5dfc63a..acbc9972 100644
--- a/libtdepim/komposer/test/test.cpp
+++ b/libtdepim/komposer/test/test.cpp
@@ -25,7 +25,7 @@
#include <tdecmdlineargs.h>
#include <kiconloader.h>
#include <tdelocale.h>
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <tqlabel.h>
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
about.addAuthor( "Zack Rusin", 0, "zack@kde.org" );
TDECmdLineArgs::init( argc, argv, &about );
- KUniqueApplication app;
+ TDEUniqueApplication app;
// see if we are starting with session management
if ( app.isRestored() )