From c9f922159a1ce0496d3bbe743d590221f00148f8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/combobutton.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/combobutton.cpp') diff --git a/src/combobutton.cpp b/src/combobutton.cpp index 64a84d7..9b71947 100755 --- a/src/combobutton.cpp +++ b/src/combobutton.cpp @@ -8,8 +8,8 @@ #include #include -ComboButton::ComboButton( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +ComboButton::ComboButton( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { m_increaseHeight = 0; -- cgit v1.2.1