summaryrefslogtreecommitdiffstats
path: root/parts/astyle/astyle_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/astyle/astyle_widget.h')
-rw-r--r--parts/astyle/astyle_widget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/astyle/astyle_widget.h b/parts/astyle/astyle_widget.h
index 0d379fc0..2a6bf85e 100644
--- a/parts/astyle/astyle_widget.h
+++ b/parts/astyle/astyle_widget.h
@@ -10,10 +10,11 @@ class KDevPart;
class AStyleWidget : public AStyleConfig
{
Q_OBJECT
+ TQ_OBJECT
public:
- AStyleWidget( AStylePart * part, bool global, TQWidget *parent=0, const char *name=0 );
+ AStyleWidget( AStylePart * part, bool global, TQWidget *tqparent=0, const char *name=0 );
~AStyleWidget();