summaryrefslogtreecommitdiffstats
path: root/examples/network/remotecontrol/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/remotecontrol/main.cpp')
-rw-r--r--examples/network/remotecontrol/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/remotecontrol/main.cpp b/examples/network/remotecontrol/main.cpp
index 76072217c..914d56855 100644
--- a/examples/network/remotecontrol/main.cpp
+++ b/examples/network/remotecontrol/main.cpp
@@ -6,6 +6,6 @@ int main( int argc, char **argv )
{
TQApplication a( argc, argv );
StartUp s;
- TQObject::connect( &a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()) );
+ TQObject::connect( &a, TQ_SIGNAL(lastWindowClosed()), &a, TQ_SLOT(quit()) );
return a.exec();
}