summaryrefslogtreecommitdiffstats
path: root/examples/action/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/action/main.cpp')
-rw-r--r--examples/action/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/action/main.cpp b/examples/action/main.cpp
index ca75f8c2..fd3df505 100644
--- a/examples/action/main.cpp
+++ b/examples/action/main.cpp
@@ -15,6 +15,6 @@ int main( int argc, char ** argv ) {
ApplicationWindow * mw = new ApplicationWindow();
mw->setCaption( "Document 1" );
mw->show();
- a.connect( &a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()) );
+ a.connect( &a, TQ_SIGNAL(lastWindowClosed()), &a, TQ_SLOT(quit()) );
return a.exec();
}