summaryrefslogtreecommitdiffstats
path: root/examples/qtapp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtapp/main.cpp')
-rw-r--r--examples/qtapp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtapp/main.cpp b/examples/qtapp/main.cpp
index 91c4052..f086d29 100644
--- a/examples/qtapp/main.cpp
+++ b/examples/qtapp/main.cpp
@@ -12,7 +12,7 @@ int main(int argc, char **argv)
QPushButton *b = new QPushButton("Show w3.bmp !", v);
MyQT *qt = new MyQT(v);
- QVBox::connect(b, SIGNAL(clicked()), qt, SLOT(bind()));
+ QVBox::connect(b, TQ_SIGNAL(clicked()), qt, TQ_SLOT(bind()));
v->setStretchFactor(qt, 1);