summaryrefslogtreecommitdiffstats
path: root/kommander/editor/styledbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/styledbutton.h')
-rw-r--r--kommander/editor/styledbutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/styledbutton.h b/kommander/editor/styledbutton.h
index a8daca52..883c95ad 100644
--- a/kommander/editor/styledbutton.h
+++ b/kommander/editor/styledbutton.h
@@ -43,8 +43,8 @@ class StyledButton : public TQButton
public:
enum EditorType { ColorEditor, PixmapEditor };
- StyledButton( TQWidget* tqparent = 0, const char* name = 0 );
- StyledButton( const TQBrush& b, TQWidget* tqparent = 0, const char* name = 0, WFlags f = 0 );
+ StyledButton( TQWidget* parent = 0, const char* name = 0 );
+ StyledButton( const TQBrush& b, TQWidget* parent = 0, const char* name = 0, WFlags f = 0 );
~StyledButton();
void setEditor( EditorType );