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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp
index 20ddd2deb..d6264c09f 100644
--- a/examples/helpviewer/main.cpp
+++ b/examples/helpviewer/main.cpp
@@ -35,7 +35,7 @@ int main( int argc, char ** argv )
help->showMaximized();
TQObject::connect( &a, SIGNAL(lastWindowClosed()),
- &a, SLOT(tquit()) );
+ &a, SLOT(quit()) );
return a.exec();
}