summaryrefslogtreecommitdiffstats
path: root/parts/astyle/astyle_widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/astyle/astyle_widget.cpp')
-rw-r--r--parts/astyle/astyle_widget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/astyle/astyle_widget.cpp b/parts/astyle/astyle_widget.cpp
index 49177eb2..0cb26abb 100644
--- a/parts/astyle/astyle_widget.cpp
+++ b/parts/astyle/astyle_widget.cpp
@@ -13,8 +13,8 @@
#include <kdevcore.h>
-AStyleWidget::AStyleWidget(AStylePart * part, bool global, TQWidget *tqparent, const char *name)
- : AStyleConfig(tqparent, name), m_part(part), isGlobalWidget(global)
+AStyleWidget::AStyleWidget(AStylePart * part, bool global, TQWidget *parent, const char *name)
+ : AStyleConfig(parent, name), m_part(part), isGlobalWidget(global)
{
// which style changed - disable the other pages.
connect(StyleGroup, TQT_SIGNAL(clicked(int)), this, TQT_SLOT(styleChanged()));