summaryrefslogtreecommitdiffstats
path: root/examples/helpviewer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helpviewer/main.cpp')
-rw-r--r--examples/helpviewer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp
index d09840c2..7a873852 100644
--- a/examples/helpviewer/main.cpp
+++ b/examples/helpviewer/main.cpp
@@ -34,8 +34,8 @@ int main( int argc, char ** argv )
else
help->showMaximized();
- TQObject::connect( &a, SIGNAL(lastWindowClosed()),
- &a, SLOT(quit()) );
+ TQObject::connect( &a, TQ_SIGNAL(lastWindowClosed()),
+ &a, TQ_SLOT(quit()) );
return a.exec();
}