From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ktnef/tests/parsertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktnef/tests') diff --git a/ktnef/tests/parsertest.cpp b/ktnef/tests/parsertest.cpp index 6e3d3af3..cc7efe73 100644 --- a/ktnef/tests/parsertest.cpp +++ b/ktnef/tests/parsertest.cpp @@ -95,7 +95,7 @@ void ParserTest::testMAPIAttachments() int main( int argc, char** argv ) { - KInstance inst( "ktnef-parsertest" ); + TDEInstance inst( "ktnef-parsertest" ); ParserTest test; test.testSingleAttachment(); test.testTwoAttachments(); -- cgit v1.2.3