summaryrefslogtreecommitdiffstats
path: root/kabc/frontend/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/frontend/main.cpp')
-rw-r--r--kabc/frontend/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/frontend/main.cpp b/kabc/frontend/main.cpp
index 797c9198..737ca55a 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();
}