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 f0ee1ab3b..bc5d808a8 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; - qApp->quit(); + tqApp->quit(); } int main( int argc, char** argv ) |