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