diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:08:46 +0900 |
| commit | ba74d79c358324c411b8a33966f2f0c68f1c8a10 (patch) | |
| tree | c5bba4b66f8aa43d4ca52a96907829dd89d696ef /ktnef/tests/parsertest.cpp | |
| parent | a88d4d648a4ae2d7d7abd23916b49b41c1a867f3 (diff) | |
| download | tdepim-ba74d79c.tar.gz tdepim-ba74d79c.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b82b302bf3b6d7a9561676b70e1edf3010a19805)
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 ) { |
