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