diff options
| author | 2008-05-27 22:54:05 +0000 | |
|---|---|---|
| committer | 2008-05-27 22:54:05 +0000 | |
| commit | d39c2447669f9268e78abc704bdc6df3181c2b51 (patch) | |
| tree | 1d1396292981de4639f423a941efe5f4c3f8621e /src/modules/objects | |
| parent | compilation fix against Noldor's huge commit (diff) | |
| download | KVIrc-d39c2447669f9268e78abc704bdc6df3181c2b51.tar.gz KVIrc-d39c2447669f9268e78abc704bdc6df3181c2b51.tar.bz2 KVIrc-d39c2447669f9268e78abc704bdc6df3181c2b51.zip | |
another compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1861 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/class_toolbar.h | 2 | ||||
| -rw-r--r-- | src/modules/objects/class_toolbutton.h | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/src/modules/objects/class_toolbar.h b/src/modules/objects/class_toolbar.h index c6264cf11..e71311ff5 100644 --- a/src/modules/objects/class_toolbar.h +++ b/src/modules/objects/class_toolbar.h @@ -40,7 +40,7 @@ protected: bool functionsetLabel(KviKvsObjectFunctionCall *c); bool functionlabel(KviKvsObjectFunctionCall *c); bool functionsetStretchableWidget(KviKvsObjectFunctionCall *c); - bool functionclear(KviKvsObjectFunctionCall *c); + bool functionclear(KviKvsObjectFunctionCall *c); }; diff --git a/src/modules/objects/class_toolbutton.h b/src/modules/objects/class_toolbutton.h index fb056d6f5..366d51b1f 100644 --- a/src/modules/objects/class_toolbutton.h +++ b/src/modules/objects/class_toolbutton.h @@ -25,10 +25,12 @@ // -#include <KviStyledToolButton.h> + #include "class_widget.h" #include "object_macros.h" +#include "kvi_styled_controls.h" + class KviKvsObject_toolbutton : public KviKvsObject_widget { Q_OBJECT @@ -40,10 +42,10 @@ protected: virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); bool functionsetImage(KviKvsObjectFunctionCall *c); - bool functionsetUsesBigPixmap(KviKvsObjectFunctionCall *c); - bool functionusesBigPixmap(KviKvsObjectFunctionCall *c); - bool functionsetUsesTextLabel(KviKvsObjectFunctionCall *c); - bool functionusesTextLabel(KviKvsObjectFunctionCall *c); + bool functionsetUsesBigPixmap(KviKvsObjectFunctionCall *c); + bool functionusesBigPixmap(KviKvsObjectFunctionCall *c); + bool functionsetUsesTextLabel(KviKvsObjectFunctionCall *c); + bool functionusesTextLabel(KviKvsObjectFunctionCall *c); bool functionsetTextLabel(KviKvsObjectFunctionCall *c); bool functiontextLabel(KviKvsObjectFunctionCall *c); bool functionsetPopup(KviKvsObjectFunctionCall *c); |
