summaryrefslogtreecommitdiffstats
path: root/src/combobutton.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commitc9f922159a1ce0496d3bbe743d590221f00148f8 (patch)
tree549c6dbce91dea78f999450ea9442b815ee365b7 /src/combobutton.h
parent3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 (diff)
downloadsoundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.tar.gz
soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.zip
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
Diffstat (limited to 'src/combobutton.h')
-rwxr-xr-xsrc/combobutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/combobutton.h b/src/combobutton.h
index 73d87d3..d96daaa 100755
--- a/src/combobutton.h
+++ b/src/combobutton.h
@@ -26,10 +26,10 @@ public:
/**
* Constructor
- * @param tqparent The tqparent widget
+ * @param parent The parent widget
* @param name The name of the file list
*/
- ComboButton( TQWidget *tqparent, const char *name = 0 );
+ ComboButton( TQWidget *parent, const char *name = 0 );
/**
* Destructor