diff options
Diffstat (limited to 'kabc/tests/testaddresslineedit.cpp')
-rw-r--r-- | kabc/tests/testaddresslineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testaddresslineedit.cpp b/kabc/tests/testaddresslineedit.cpp index 70c07b446..0dea6f742 100644 --- a/kabc/tests/testaddresslineedit.cpp +++ b/kabc/tests/testaddresslineedit.cpp @@ -21,7 +21,7 @@ int main( int argc,char **argv ) lineEdit->show(); app.setMainWidget( lineEdit ); - QObject::connect( &app, SIGNAL( lastWindowClosed() ), &app, SLOT( quit() ) ); + TQObject::connect( &app, TQT_SIGNAL( lastWindowClosed() ), &app, TQT_SLOT( quit() ) ); app.exec(); |