summaryrefslogtreecommitdiffstats
path: root/src/k9prefmpeg4.cpp
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
commit5660db4e68c904cc2dd01888775483189cda7a10 (patch)
treef8bb487ab12519611d3ddca1839a03396e954c77 /src/k9prefmpeg4.cpp
parent33e6166f7e62c479bad5d46ad240ea9704f848fd (diff)
downloadk9copy-5660db4e68c904cc2dd01888775483189cda7a10.tar.gz
k9copy-5660db4e68c904cc2dd01888775483189cda7a10.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/k9prefmpeg4.cpp')
-rw-r--r--src/k9prefmpeg4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k9prefmpeg4.cpp b/src/k9prefmpeg4.cpp
index b61d40d..d716ffe 100644
--- a/src/k9prefmpeg4.cpp
+++ b/src/k9prefmpeg4.cpp
@@ -21,8 +21,8 @@
#include <klocale.h>
#include <tqradiobutton.h>
-k9prefMPEG4::k9prefMPEG4(TQWidget* tqparent, const char* name, WFlags fl)
-: prefMPEG4(tqparent,name,fl)
+k9prefMPEG4::k9prefMPEG4(TQWidget* parent, const char* name, WFlags fl)
+: prefMPEG4(parent,name,fl)
{
load();
}