aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-05-27 22:54:05 +0000
committerGravatar Elvio Basello2008-05-27 22:54:05 +0000
commitd39c2447669f9268e78abc704bdc6df3181c2b51 (patch)
tree1d1396292981de4639f423a941efe5f4c3f8621e
parentcompilation fix against Noldor's huge commit (diff)
downloadKVIrc-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
-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);