diff options
Diffstat (limited to 'kspell2/tests/test_dialog.cpp')
-rw-r--r-- | kspell2/tests/test_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspell2/tests/test_dialog.cpp b/kspell2/tests/test_dialog.cpp index bc5d808a8..19503e307 100644 --- a/kspell2/tests/test_dialog.cpp +++ b/kspell2/tests/test_dialog.cpp @@ -54,7 +54,7 @@ void TestDialog::doneChecking( const TQString& buf ) int main( int argc, char** argv ) { - KApplication app(argc, argv, "KSpell2Test"); + TDEApplication app(argc, argv, "KSpell2Test"); TestDialog test; test.check( "This is a sample buffer. Whih this thingg will " |