summaryrefslogtreecommitdiffstats
path: root/src/k3bmediaselectiondialog.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
commitdf8e67b86696f691708af8592d86282b09bab011 (patch)
treeca90d734c9011d457a42f0a7004a9507b2c2c1bd /src/k3bmediaselectiondialog.cpp
parent33881ea4441221b1ca0789a72c4c7249d923a0df (diff)
downloadk3b-df8e67b86696f691708af8592d86282b09bab011.tar.gz
k3b-df8e67b86696f691708af8592d86282b09bab011.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/k3bmediaselectiondialog.cpp')
-rw-r--r--src/k3bmediaselectiondialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/k3bmediaselectiondialog.cpp b/src/k3bmediaselectiondialog.cpp
index d4aacf5..7e1bf63 100644
--- a/src/k3bmediaselectiondialog.cpp
+++ b/src/k3bmediaselectiondialog.cpp
@@ -24,7 +24,7 @@
#include <tqlabel.h>
-K3bMediaSelectionDialog::K3bMediaSelectionDialog( TQWidget* tqparent,
+K3bMediaSelectionDialog::K3bMediaSelectionDialog( TQWidget* parent,
const TQString& title,
const TQString& text,
bool modal )
@@ -32,7 +32,7 @@ K3bMediaSelectionDialog::K3bMediaSelectionDialog( TQWidget* tqparent,
title.isEmpty() ? i18n("Medium Selection") : title,
Ok|Cancel,
Ok,
- tqparent,
+ parent,
0,
modal )
{
@@ -90,11 +90,11 @@ void K3bMediaSelectionDialog::slotSelectionChanged( K3bDevice::Device* dev )
K3bDevice::Device* K3bMediaSelectionDialog::selectMedium( int type, int state, int content,
- TQWidget* tqparent,
+ TQWidget* parent,
const TQString& title, const TQString& text,
bool* canceled )
{
- K3bMediaSelectionDialog dlg( tqparent, title, text );
+ K3bMediaSelectionDialog dlg( parent, title, text );
dlg.setWantedMediumType( type );
dlg.setWantedMediumState( state );
dlg.setWantedMediumContent( content );
@@ -117,11 +117,11 @@ K3bDevice::Device* K3bMediaSelectionDialog::selectMedium( int type, int state, i
K3bDevice::Device* K3bMediaSelectionDialog::selectMedium( int type, int state,
- TQWidget* tqparent,
+ TQWidget* parent,
const TQString& title, const TQString& text,
bool* canceled )
{
- return selectMedium( type, state, K3bMedium::CONTENT_ALL, tqparent, title, text, canceled );
+ return selectMedium( type, state, K3bMedium::CONTENT_ALL, parent, title, text, canceled );
}
#include "k3bmediaselectiondialog.moc"