summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/ksquirrelpart/sq_glwidget_helpers.h')
-rw-r--r--ksquirrel/ksquirrelpart/sq_glwidget_helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h b/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
index 12dacfa..18e1956 100644
--- a/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
+++ b/ksquirrel/ksquirrelpart/sq_glwidget_helpers.h
@@ -29,7 +29,7 @@ struct RGBA;
class SQ_ToolButtonPopup : public KToolBarButton
{
public:
- SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, KToolBar *tqparent);
+ SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, KToolBar *parent);
~SQ_ToolButtonPopup();
};
@@ -37,7 +37,7 @@ class SQ_ToolButton : public TQToolButton
{
public:
SQ_ToolButton(const TQIconSet &iconSet, const TQString &textLabel, TQObject *receiver,
- const char *slot, KToolBar *tqparent, const char *name = 0);
+ const char *slot, KToolBar *parent, const char *name = 0);
~SQ_ToolButton();
static int fixedWidth();