diff options
Diffstat (limited to 'ktnef/tests/parsertest.cpp')
-rw-r--r-- | ktnef/tests/parsertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |