diff options
Diffstat (limited to 'examples/network/archivesearch/main.cpp')
-rw-r--r-- | examples/network/archivesearch/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/archivesearch/main.cpp b/examples/network/archivesearch/main.cpp index 9db13ff18..53e7e9289 100644 --- a/examples/network/archivesearch/main.cpp +++ b/examples/network/archivesearch/main.cpp @@ -16,8 +16,8 @@ int main(int argc, char **argv) ArchiveDialog ad; ad.show(); - TQObject::connect( &a, SIGNAL(lastWindowClosed()), - &a, SLOT(quit()) ); + TQObject::connect( &a, TQ_SIGNAL(lastWindowClosed()), + &a, TQ_SLOT(quit()) ); return a.exec(); } |