diff options
Diffstat (limited to 'lib/kofficecore/tests')
| -rw-r--r-- | lib/kofficecore/tests/filter_graph.cpp | 2 | ||||
| -rw-r--r-- | lib/kofficecore/tests/filterchain_test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/tests/filter_graph.cpp b/lib/kofficecore/tests/filter_graph.cpp index cffc4c54b..8ef386cb1 100644 --- a/lib/kofficecore/tests/filter_graph.cpp +++ b/lib/kofficecore/tests/filter_graph.cpp @@ -25,7 +25,7 @@ int main( int /*argc*/, char ** /*argv*/ ) { - KInstance instance( "filter_graph" ); // we need an instance when using the trader + TDEInstance instance( "filter_graph" ); // we need an instance when using the trader TQCString output = "digraph filters {\n"; diff --git a/lib/kofficecore/tests/filterchain_test.cpp b/lib/kofficecore/tests/filterchain_test.cpp index 05592b92e..27594d294 100644 --- a/lib/kofficecore/tests/filterchain_test.cpp +++ b/lib/kofficecore/tests/filterchain_test.cpp @@ -24,7 +24,7 @@ int main( int /*argc*/, char ** /*argv*/ ) { - KInstance instance( "filterchain_test" ); // we need an instance when using the trader + TDEInstance instance( "filterchain_test" ); // we need an instance when using the trader KOffice::Graph g( "application/x-kspread" ); g.dump(); g.setSourceMimeType( "application/x-kword" ); |
