summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_glwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_glwidget.cpp')
-rw-r--r--ksquirrel/sq_glwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_glwidget.cpp b/ksquirrel/sq_glwidget.cpp
index 30f67d7..33b2647 100644
--- a/ksquirrel/sq_glwidget.cpp
+++ b/ksquirrel/sq_glwidget.cpp
@@ -121,7 +121,7 @@ SQ_GLWidget::SQ_GLWidget(TQWidget *parent, const char *name) : TQGLWidget(parent
images = 0;
parts_broken = 0;
- ac = new TDEActionCollection(this, TQT_TQOBJECT(this), "GLWidget actionCollection");
+ ac = new TDEActionCollection(this, this, "GLWidget actionCollection");
changed = blocked = decoded = reset_mode = false;
movetype = -1;
buffer = new RGBA [512 * 512];