diff options
| author | 2008-04-18 21:04:11 +0000 | |
|---|---|---|
| committer | 2008-04-18 21:04:11 +0000 | |
| commit | 0a4cd04d6bbc1b97c41892a29eb02665f6d174c8 (patch) | |
| tree | bdfc28a32e7b0ab3eba45e830e3ede902816ac43 /src/modules/objects/class_widget.h | |
| parent | probably fix for install bug reported by desowin (diff) | |
| download | KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.tar.gz KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.tar.bz2 KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.zip | |
more qt4 port (renamed QT3 stuff))
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
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);
|
