summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchwizard.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
commite295fa9ed9bf0a1ce153cd3e92a6fc24b9316933 (patch)
tree5c70aff00550c3512d6ec34ef333e0944a08db20 /kbarcode/batchwizard.cpp
parent33038ab0e8b8e7fb05093f953e4f6f724c6e2482 (diff)
downloadkbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.tar.gz
kbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbarcode/batchwizard.cpp')
-rw-r--r--kbarcode/batchwizard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbarcode/batchwizard.cpp b/kbarcode/batchwizard.cpp
index 153aa81..ef1db26 100644
--- a/kbarcode/batchwizard.cpp
+++ b/kbarcode/batchwizard.cpp
@@ -68,8 +68,8 @@
class AddressListViewItem : public KListViewItem {
public:
- AddressListViewItem(TQListView *tqparent, KABC::Addressee & addr )
- : KListViewItem( tqparent ), m_address( addr )
+ AddressListViewItem(TQListView *parent, KABC::Addressee & addr )
+ : KListViewItem( parent ), m_address( addr )
{
this->setText( 0, m_address.givenName() );
this->setText( 1, m_address.familyName() );
@@ -85,9 +85,9 @@ private:
};
-BatchWizard::BatchWizard( TQWidget* tqparent, const char* name )
+BatchWizard::BatchWizard( TQWidget* parent, const char* name )
: DCOPObject("BatchPrinting"),
- KWizard( tqparent, name )
+ KWizard( parent, name )
{
setupPage1();
setupPage2();