summaryrefslogtreecommitdiffstats
path: root/src/k3bmediaselectiondialog.h
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.h
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.h')
-rw-r--r--src/k3bmediaselectiondialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k3bmediaselectiondialog.h b/src/k3bmediaselectiondialog.h
index e197ef5..aa963f0 100644
--- a/src/k3bmediaselectiondialog.h
+++ b/src/k3bmediaselectiondialog.h
@@ -33,7 +33,7 @@ class K3bMediaSelectionDialog : public KDialogBase
/**
* Do not use the constructor. Use the static method instead.
*/
- K3bMediaSelectionDialog( TQWidget* tqparent = 0,
+ K3bMediaSelectionDialog( TQWidget* parent = 0,
const TQString& title = TQString(),
const TQString& text = TQString(),
bool modal = false );
@@ -67,13 +67,13 @@ class K3bMediaSelectionDialog : public KDialogBase
* If only one medium of the wanted type is found the method returns immideately
* without showing the dialog.
*/
- static K3bDevice::Device* selectMedium( int type, int state, TQWidget* tqparent = 0,
+ static K3bDevice::Device* selectMedium( int type, int state, TQWidget* parent = 0,
const TQString& title = TQString(),
const TQString& text = TQString(),
bool* canceled = 0 );
static K3bDevice::Device* selectMedium( int type, int state, int content = K3bMedium::CONTENT_ALL,
- TQWidget* tqparent = 0,
+ TQWidget* parent = 0,
const TQString& title = TQString(),
const TQString& text = TQString(),
bool* canceled = 0 );