diff options
Diffstat (limited to 'examples/helpviewer/main.cpp')
-rw-r--r-- | examples/helpviewer/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp index d09840c2b..7a8738524 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(); } |