From 0a4cd04d6bbc1b97c41892a29eb02665f6d174c8 Mon Sep 17 00:00:00 2001 From: Noldor Date: Fri, 18 Apr 2008 21:04:11 +0000 Subject: more qt4 port (renamed QT3 stuff)) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_widget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/objects/class_widget.h') diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index 0863989fe..c3ef7be19 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -52,7 +52,7 @@ protected: bool function_addWidgetToWrappedLayout(KviKvsObjectFunctionCall *c); bool function_backgroundColor(KviKvsObjectFunctionCall *c); - bool function_caption(KviKvsObjectFunctionCall *c); + bool function_windowTitle(KviKvsObjectFunctionCall *c); bool function_centerToScreen(KviKvsObjectFunctionCall *c); bool function_fontAscent(KviKvsObjectFunctionCall * c); bool function_fontDescent(KviKvsObjectFunctionCall * c); @@ -82,12 +82,12 @@ protected: bool function_screenResolution(KviKvsObjectFunctionCall * c); bool function_setBackgroundColor(KviKvsObjectFunctionCall *c); bool function_setBackgroundImage(KviKvsObjectFunctionCall *c); - bool function_setCaption(KviKvsObjectFunctionCall *c); + bool function_setWindowTitle(KviKvsObjectFunctionCall *c); bool function_setEnabled(KviKvsObjectFunctionCall *c); bool function_setFocus(KviKvsObjectFunctionCall *c); bool function_setFocusPolicy(KviKvsObjectFunctionCall *c); bool function_setFont(KviKvsObjectFunctionCall *c); - bool function_setIcon(KviKvsObjectFunctionCall *c); + bool function_setWindowIcon(KviKvsObjectFunctionCall *c); bool function_setMaximumWidth(KviKvsObjectFunctionCall *c); bool function_setMaximumHeight(KviKvsObjectFunctionCall *c); bool function_setMinimumWidth(KviKvsObjectFunctionCall *c); -- cgit v1.3.1-10-gc9f91