diff options
Diffstat (limited to 'examples/qwerty/main.cpp')
-rw-r--r-- | examples/qwerty/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qwerty/main.cpp b/examples/qwerty/main.cpp index c5b29d70a..90a1c0d45 100644 --- a/examples/qwerty/main.cpp +++ b/examples/qwerty/main.cpp @@ -32,6 +32,6 @@ int main( int argc, char **argv ) e->show(); } } - a.connect( &a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()) ); + a.connect( &a, TQ_SIGNAL(lastWindowClosed()), &a, TQ_SLOT(quit()) ); return a.exec(); } |