summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/stencilbarbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/stencilbarbutton.cpp')
-rw-r--r--kivio/kiviopart/stencilbarbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/stencilbarbutton.cpp b/kivio/kiviopart/stencilbarbutton.cpp
index b44ab4c2..d3d30dae 100644
--- a/kivio/kiviopart/stencilbarbutton.cpp
+++ b/kivio/kiviopart/stencilbarbutton.cpp
@@ -30,8 +30,8 @@
using namespace Kivio;
-DragBarButton::DragBarButton( const TQString& text, TQWidget* tqparent, const char* name )
-: TQPushButton(text,tqparent,name)
+DragBarButton::DragBarButton( const TQString& text, TQWidget* parent, const char* name )
+: TQPushButton(text,parent,name)
{
m_pIcon = 0L;
m_bPressed = false;