summaryrefslogtreecommitdiffstats
path: root/libkipi/libkipi/batchprogressdialog.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
commita2efd488a8f96580feff4f772adfecfe1bae01bd (patch)
tree1f57f732dff53b9f6225ea90bcd3d2f4670483f5 /libkipi/libkipi/batchprogressdialog.cpp
parent4927c6aa39e20c30e51fd2c4d4b3860aaf1ec8ba (diff)
downloadlibkipi-a2efd488a8f96580feff4f772adfecfe1bae01bd.tar.gz
libkipi-a2efd488a8f96580feff4f772adfecfe1bae01bd.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkipi@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkipi/libkipi/batchprogressdialog.cpp')
-rw-r--r--libkipi/libkipi/batchprogressdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkipi/libkipi/batchprogressdialog.cpp b/libkipi/libkipi/batchprogressdialog.cpp
index 9ad9ad2..24314bf 100644
--- a/libkipi/libkipi/batchprogressdialog.cpp
+++ b/libkipi/libkipi/batchprogressdialog.cpp
@@ -72,8 +72,8 @@ namespace KIPI
class BatchProgressItem : public KListViewItem
{
public:
- BatchProgressItem(KListView * tqparent, TQListViewItem *after, const TQString &message, int messageType)
- : KListViewItem( tqparent, after), m_messagetype(messageType)
+ BatchProgressItem(KListView * parent, TQListViewItem *after, const TQString &message, int messageType)
+ : KListViewItem( parent, after), m_messagetype(messageType)
{
// Set the icon.
@@ -135,8 +135,8 @@ struct BatchProgressDialog::Private {
/////////////////////////////////// CONSTRUCTOR ////////////////////////////////////////////
-BatchProgressDialog::BatchProgressDialog( TQWidget *tqparent, const TQString &caption )
- : KDialogBase( tqparent, "KIPIBatchProgressDialog", true /* modal */,
+BatchProgressDialog::BatchProgressDialog( TQWidget *parent, const TQString &caption )
+ : KDialogBase( parent, "KIPIBatchProgressDialog", true /* modal */,
caption, Cancel)
{
d = new Private;