aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/modules/objects/class_toolbar.h2
-rw-r--r--src/modules/objects/class_toolbutton.h12
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);