diff options
Diffstat (limited to 'examples/addressbook/main.cpp')
-rw-r--r-- | examples/addressbook/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/addressbook/main.cpp b/examples/addressbook/main.cpp index b74f36e4d..80c36dc05 100644 --- a/examples/addressbook/main.cpp +++ b/examples/addressbook/main.cpp @@ -20,7 +20,7 @@ int main( int argc, char ** argv ) a.setMainWidget( mw ); mw->show(); - a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) ); + a.connect( &a, TQ_SIGNAL( lastWindowClosed() ), &a, TQ_SLOT( quit() ) ); int result = a.exec(); delete mw; return result; |