summaryrefslogtreecommitdiffstats
path: root/examples/network/archivesearch/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/archivesearch/main.cpp')
-rw-r--r--examples/network/archivesearch/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/archivesearch/main.cpp b/examples/network/archivesearch/main.cpp
index c08a0003..8a8588a1 100644
--- a/examples/network/archivesearch/main.cpp
+++ b/examples/network/archivesearch/main.cpp
@@ -17,7 +17,7 @@ int main(int argc, char **argv)
ad.show();
TQObject::connect( &a, SIGNAL(lastWindowClosed()),
- &a, SLOT(tquit()) );
+ &a, SLOT(quit()) );
return a.exec();
}