aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_widget.h')
-rw-r--r--src/modules/objects/class_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h
index d8eddf1cb..20aaaf23e 100644
--- a/src/modules/objects/class_widget.h
+++ b/src/modules/objects/class_widget.h
@@ -89,7 +89,7 @@ protected:
bool repaint(KviKvsObjectFunctionCall *c);
bool insertIntoStatusBar(KviKvsObjectFunctionCall *c);
bool removeFromStatusBar(KviKvsObjectFunctionCall *c);
- bool reparent(KviKvsObjectFunctionCall *c);
+ bool setParent(KviKvsObjectFunctionCall *c);
bool resize(KviKvsObjectFunctionCall *c);
bool screenResolution(KviKvsObjectFunctionCall * c);
bool setAttribute(KviKvsObjectFunctionCall *c);