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