From d39c2447669f9268e78abc704bdc6df3181c2b51 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 27 May 2008 22:54:05 +0000 Subject: another compilation fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1861 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/class_toolbutton.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/modules/objects/class_toolbutton.h') 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 + #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); -- cgit v1.3.1-10-gc9f91