summaryrefslogtreecommitdiffstats
path: root/karbon/widgets/vtypebuttonbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/widgets/vtypebuttonbox.h')
-rw-r--r--karbon/widgets/vtypebuttonbox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/karbon/widgets/vtypebuttonbox.h b/karbon/widgets/vtypebuttonbox.h
index ab624c040..e033a3e43 100644
--- a/karbon/widgets/vtypebuttonbox.h
+++ b/karbon/widgets/vtypebuttonbox.h
@@ -20,13 +20,14 @@
#ifndef __VTYPEBUTTONBOX_H__
#define __VTYPEBUTTONBOX_H__
-#include <qhbuttongroup.h>
+#include <tqhbuttongroup.h>
class KarbonPart;
-class VTypeButtonBox : public QHButtonGroup
+class VTypeButtonBox : public TQHButtonGroup
{
Q_OBJECT
+ TQ_OBJECT
public:
enum buttonType {
@@ -36,7 +37,7 @@ public:
pattern = 3
};
- VTypeButtonBox( KarbonPart *part, QWidget* parent = 0L, const char* name = 0L );
+ VTypeButtonBox( KarbonPart *part, TQWidget* tqparent = 0L, const char* name = 0L );
bool isStrokeManipulator() { return m_isStrokeManipulator; }
public slots: