From df8e67b86696f691708af8592d86282b09bab011 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/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/k3bmediaselectiondialog.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/k3bmediaselectiondialog.cpp') 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 -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" -- cgit v1.2.3