diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | e781eaf72575c74fcb9aeff29c88edf7c1620b78 (patch) | |
tree | d457f1d19b979ad087f31c420af1303f17f5fb1e /src/addnewstreamimpl.cpp | |
parent | 50036ba793e1cb8fee92fad827d9e2d9d4a3e4d0 (diff) | |
download | kstreamripper-e781eaf72575c74fcb9aeff29c88edf7c1620b78.tar.gz kstreamripper-e781eaf72575c74fcb9aeff29c88edf7c1620b78.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kstreamripper@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/addnewstreamimpl.cpp')
-rw-r--r-- | src/addnewstreamimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addnewstreamimpl.cpp b/src/addnewstreamimpl.cpp index a1a891b..5c0fc69 100644 --- a/src/addnewstreamimpl.cpp +++ b/src/addnewstreamimpl.cpp @@ -26,8 +26,8 @@ #include "addnewstreamimpl.h" -AddNewStreamImpl::AddNewStreamImpl( TQWidget* tqparent, const char* name ) - : AddNewStream( tqparent,name, true ) +AddNewStreamImpl::AddNewStreamImpl( TQWidget* parent, const char* name ) + : AddNewStream( parent,name, true ) { connect( d_okButton, TQT_SIGNAL( clicked()), this, TQT_SLOT( okButtonClicked()) ); connect( d_cancelButton, TQT_SIGNAL( clicked()), this, TQT_SLOT( cancelButtonClicked()) ); |