diff options
Diffstat (limited to 'kspell2/tests/test.cpp')
-rw-r--r-- | kspell2/tests/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspell2/tests/test.cpp b/kspell2/tests/test.cpp index e9b72a794..e8ceabaf7 100644 --- a/kspell2/tests/test.cpp +++ b/kspell2/tests/test.cpp @@ -30,7 +30,7 @@ using namespace KSpell2; int main( int argc, char** argv ) { - KApplication app(argc, argv, "KSpell2Test"); + TDEApplication app(argc, argv, "KSpell2Test"); Broker::Ptr broker = Broker::openBroker(); |