summaryrefslogtreecommitdiffstats
path: root/ktnef/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/tests')
-rw-r--r--ktnef/tests/Makefile.am2
-rw-r--r--ktnef/tests/parsertest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/tests/Makefile.am b/ktnef/tests/Makefile.am
index 6a6cecbe..b9bcc481 100644
--- a/ktnef/tests/Makefile.am
+++ b/ktnef/tests/Makefile.am
@@ -4,7 +4,7 @@ LDADD = ../lib/libktnef.la $(LIB_TDECORE)
check_PROGRAMS = parsertest
TESTS = parsertest
-parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
parsertest_SOURCES = parsertest.cpp
METASOURCES = AUTO
diff --git a/ktnef/tests/parsertest.cpp b/ktnef/tests/parsertest.cpp
index cc7efe73..29a08e3e 100644
--- a/ktnef/tests/parsertest.cpp
+++ b/ktnef/tests/parsertest.cpp
@@ -91,7 +91,7 @@ void ParserTest::testMAPIAttachments()
assert( att->name() == TQString( "VIA_Nytt_14021.htm" ) );
}
-#include <kinstance.h>
+#include <tdeinstance.h>
int main( int argc, char** argv )
{