diff options
Diffstat (limited to 'tdeabc/frontend/main.cpp')
-rw-r--r-- | tdeabc/frontend/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/frontend/main.cpp b/tdeabc/frontend/main.cpp index 0e941e017..706d94e7b 100644 --- a/tdeabc/frontend/main.cpp +++ b/tdeabc/frontend/main.cpp @@ -15,6 +15,6 @@ int main( int argc, char ** argv ) MainWindow *w = new MainWindow; w->show(); - app.connect( &app, TQT_SIGNAL( lastWindowClosed() ), &app, TQT_SLOT( quit() ) ); + app.connect( &app, TQ_SIGNAL( lastWindowClosed() ), &app, TQ_SLOT( quit() ) ); return app.exec(); } |