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..f0ee1ab3b 100644 --- a/kspell2/tests/test_dialog.cpp +++ b/kspell2/tests/test_dialog.cpp @@ -49,7 +49,7 @@ void TestDialog::check( const TQString& buffer ) void TestDialog::doneChecking( const TQString& buf ) { kdDebug()<<"Done with :"<<buf<<endl; - tqApp->quit(); + qApp->quit(); } int main( int argc, char** argv ) |