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/optionsdetailed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/optionsdetailed.cpp') diff --git a/src/optionsdetailed.cpp b/src/optionsdetailed.cpp index 7f36a8f..7072474 100755 --- a/src/optionsdetailed.cpp +++ b/src/optionsdetailed.cpp @@ -26,8 +26,8 @@ // FIXME refill the formats box, when the configuration changed -OptionsDetailed::OptionsDetailed( Config* _config, TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +OptionsDetailed::OptionsDetailed( Config* _config, TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { config = _config; -- cgit v1.2.1