diff options
Diffstat (limited to 'kabc/frontend/main.cpp')
-rw-r--r-- | kabc/frontend/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/frontend/main.cpp b/kabc/frontend/main.cpp index 797c9198a..737ca55a1 100644 --- a/kabc/frontend/main.cpp +++ b/kabc/frontend/main.cpp @@ -15,6 +15,6 @@ int main( int argc, char ** argv ) MainWindow *w = new MainWindow; w->show(); - app.connect( &app, SIGNAL( lastWindowClosed() ), &app, SLOT( quit() ) ); + app.connect( &app, TQT_SIGNAL( lastWindowClosed() ), &app, TQT_SLOT( quit() ) ); return app.exec(); } |