diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch) | |
tree | 0212ba6d2c749043134005a41f2bd0379619d40f /kaddressbook/printing | |
parent | 4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff) | |
download | tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaddressbook/printing')
-rw-r--r-- | kaddressbook/printing/detailledstyle.cpp | 10 | ||||
-rw-r--r-- | kaddressbook/printing/detailledstyle.h | 4 | ||||
-rw-r--r-- | kaddressbook/printing/mikesstyle.cpp | 8 | ||||
-rw-r--r-- | kaddressbook/printing/mikesstyle.h | 4 | ||||
-rw-r--r-- | kaddressbook/printing/printingwizard.cpp | 4 | ||||
-rw-r--r-- | kaddressbook/printing/printingwizard.h | 2 | ||||
-rw-r--r-- | kaddressbook/printing/printprogress.cpp | 4 | ||||
-rw-r--r-- | kaddressbook/printing/printprogress.h | 2 | ||||
-rw-r--r-- | kaddressbook/printing/printstyle.cpp | 8 | ||||
-rw-r--r-- | kaddressbook/printing/printstyle.h | 4 | ||||
-rw-r--r-- | kaddressbook/printing/selectionpage.cpp | 4 | ||||
-rw-r--r-- | kaddressbook/printing/selectionpage.h | 2 | ||||
-rw-r--r-- | kaddressbook/printing/stylepage.cpp | 4 | ||||
-rw-r--r-- | kaddressbook/printing/stylepage.h | 2 |
14 files changed, 31 insertions, 31 deletions
diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp index 13e4fb4e4..5d970b3b7 100644 --- a/kaddressbook/printing/detailledstyle.cpp +++ b/kaddressbook/printing/detailledstyle.cpp @@ -63,9 +63,9 @@ const char *ContactHeaderForeColor = "ContactHeaderForeColor"; const char *ContactHeaderBGColor = "ContactHeaderBGColor"; -DetailledPrintStyle::DetailledPrintStyle( PrintingWizard *tqparent, const char *name ) - : PrintStyle( tqparent, name ), - mPageAppearance( new AppearancePage( tqparent, "AppearancePage" ) ), +DetailledPrintStyle::DetailledPrintStyle( PrintingWizard *parent, const char *name ) + : PrintStyle( parent, name ), + mPageAppearance( new AppearancePage( parent, "AppearancePage" ) ), mPainter( 0 ), mPrintProgress( 0 ) { @@ -272,9 +272,9 @@ bool DetailledPrintStyle::printEntries( const KABC::Addressee::List &contacts, return true; } -DetailledPrintStyleFactory::DetailledPrintStyleFactory( PrintingWizard *tqparent, +DetailledPrintStyleFactory::DetailledPrintStyleFactory( PrintingWizard *parent, const char *name ) - : PrintStyleFactory( tqparent, name ) + : PrintStyleFactory( parent, name ) { } diff --git a/kaddressbook/printing/detailledstyle.h b/kaddressbook/printing/detailledstyle.h index 977bcd494..7ae1afde8 100644 --- a/kaddressbook/printing/detailledstyle.h +++ b/kaddressbook/printing/detailledstyle.h @@ -39,7 +39,7 @@ class DetailledPrintStyle : public PrintStyle TQ_OBJECT public: - DetailledPrintStyle( PrintingWizard *tqparent, const char *name = 0 ); + DetailledPrintStyle( PrintingWizard *parent, const char *name = 0 ); ~DetailledPrintStyle(); void print( const KABC::Addressee::List &contacts, PrintProgress* ); @@ -58,7 +58,7 @@ class DetailledPrintStyle : public PrintStyle class DetailledPrintStyleFactory : public PrintStyleFactory { public: - DetailledPrintStyleFactory( PrintingWizard *tqparent, const char *name = 0 ); + DetailledPrintStyleFactory( PrintingWizard *parent, const char *name = 0 ); PrintStyle *create() const; TQString description() const; diff --git a/kaddressbook/printing/mikesstyle.cpp b/kaddressbook/printing/mikesstyle.cpp index 2301bb16c..746677ec8 100644 --- a/kaddressbook/printing/mikesstyle.cpp +++ b/kaddressbook/printing/mikesstyle.cpp @@ -43,8 +43,8 @@ using namespace KABPrinting; const int mFieldSpacingHint = 2; -MikesStyle::MikesStyle( PrintingWizard *tqparent, const char *name ) - : PrintStyle( tqparent, name ) +MikesStyle::MikesStyle( PrintingWizard *parent, const char *name ) + : PrintStyle( parent, name ) { setPreview( "mike-style.png" ); } @@ -244,8 +244,8 @@ int MikesStyle::calcHeight( const KABC::Addressee &addr, } -MikesStyleFactory::MikesStyleFactory( PrintingWizard *tqparent, const char *name ) - : PrintStyleFactory( tqparent, name ) +MikesStyleFactory::MikesStyleFactory( PrintingWizard *parent, const char *name ) + : PrintStyleFactory( parent, name ) { } diff --git a/kaddressbook/printing/mikesstyle.h b/kaddressbook/printing/mikesstyle.h index 6b61287d6..d8c4e5ce7 100644 --- a/kaddressbook/printing/mikesstyle.h +++ b/kaddressbook/printing/mikesstyle.h @@ -39,7 +39,7 @@ class MikesStyle : public PrintStyle TQ_OBJECT public: - MikesStyle( PrintingWizard *tqparent, const char *name ); + MikesStyle( PrintingWizard *parent, const char *name ); ~MikesStyle(); void print( const KABC::Addressee::List&, PrintProgress* ); @@ -55,7 +55,7 @@ class MikesStyle : public PrintStyle class MikesStyleFactory : public PrintStyleFactory { public: - MikesStyleFactory( PrintingWizard *tqparent, const char *name = 0 ); + MikesStyleFactory( PrintingWizard *parent, const char *name = 0 ); PrintStyle *create() const; TQString description() const; diff --git a/kaddressbook/printing/printingwizard.cpp b/kaddressbook/printing/printingwizard.cpp index e42621dee..1ea33d53b 100644 --- a/kaddressbook/printing/printingwizard.cpp +++ b/kaddressbook/printing/printingwizard.cpp @@ -53,9 +53,9 @@ using namespace KABPrinting; PrintingWizard::PrintingWizard( KPrinter *printer, KABC::AddressBook* ab, - const TQStringList& selection, TQWidget *tqparent, + const TQStringList& selection, TQWidget *parent, const char* name ) - : KWizard( tqparent, name ), mPrinter( printer ), mAddressBook( ab ), + : KWizard( parent, name ), mPrinter( printer ), mAddressBook( ab ), mSelection( selection ), mStyle( 0 ) { mSelectionPage = new SelectionPage( this ); diff --git a/kaddressbook/printing/printingwizard.h b/kaddressbook/printing/printingwizard.h index 54442075c..16b8e982d 100644 --- a/kaddressbook/printing/printingwizard.h +++ b/kaddressbook/printing/printingwizard.h @@ -59,7 +59,7 @@ class PrintingWizard : public KWizard PrintingWizard( KPrinter *printer, KABC::AddressBook* ab, const TQStringList& selection, - TQWidget *tqparent = 0, const char *name = 0 ); + TQWidget *parent = 0, const char *name = 0 ); ~PrintingWizard(); /** diff --git a/kaddressbook/printing/printprogress.cpp b/kaddressbook/printing/printprogress.cpp index 9e0e3aa91..3a9c00d19 100644 --- a/kaddressbook/printing/printprogress.cpp +++ b/kaddressbook/printing/printprogress.cpp @@ -34,8 +34,8 @@ using namespace KABPrinting; -PrintProgress::PrintProgress( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +PrintProgress::PrintProgress( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { setCaption( i18n( "Printing: Progress" ) ); diff --git a/kaddressbook/printing/printprogress.h b/kaddressbook/printing/printprogress.h index a27c5fc3f..f4e726589 100644 --- a/kaddressbook/printing/printprogress.h +++ b/kaddressbook/printing/printprogress.h @@ -43,7 +43,7 @@ class PrintProgress : public TQWidget TQ_OBJECT public: - PrintProgress( TQWidget *tqparent, const char *name = 0 ); + PrintProgress( TQWidget *parent, const char *name = 0 ); ~PrintProgress(); /** diff --git a/kaddressbook/printing/printstyle.cpp b/kaddressbook/printing/printstyle.cpp index 1c0c79710..9387db325 100644 --- a/kaddressbook/printing/printstyle.cpp +++ b/kaddressbook/printing/printstyle.cpp @@ -32,8 +32,8 @@ using namespace KABPrinting; -PrintStyle::PrintStyle( PrintingWizard* tqparent, const char* name ) - : TQObject( tqparent, name ), mWizard( tqparent ), mSortField( 0 ) +PrintStyle::PrintStyle( PrintingWizard* parent, const char* name ) + : TQObject( parent, name ), mWizard( parent ), mSortField( 0 ) { } @@ -118,8 +118,8 @@ bool PrintStyle::preferredSortType() return mSortType; } -PrintStyleFactory::PrintStyleFactory( PrintingWizard* tqparent, const char* name ) - : mParent( tqparent ), mName( name ) +PrintStyleFactory::PrintStyleFactory( PrintingWizard* parent, const char* name ) + : mParent( parent ), mName( name ) { } diff --git a/kaddressbook/printing/printstyle.h b/kaddressbook/printing/printstyle.h index f7e471e25..e7e6d9310 100644 --- a/kaddressbook/printing/printstyle.h +++ b/kaddressbook/printing/printstyle.h @@ -63,7 +63,7 @@ class PrintStyle : public TQObject TQ_OBJECT public: - PrintStyle( PrintingWizard* tqparent, const char* name = 0 ); + PrintStyle( PrintingWizard* parent, const char* name = 0 ); virtual ~PrintStyle(); /** @@ -151,7 +151,7 @@ class PrintStyle : public TQObject class PrintStyleFactory { public: - PrintStyleFactory( PrintingWizard* tqparent, const char* name = 0 ); + PrintStyleFactory( PrintingWizard* parent, const char* name = 0 ); virtual ~PrintStyleFactory(); virtual PrintStyle *create() const = 0; diff --git a/kaddressbook/printing/selectionpage.cpp b/kaddressbook/printing/selectionpage.cpp index 516431a55..e71c27891 100644 --- a/kaddressbook/printing/selectionpage.cpp +++ b/kaddressbook/printing/selectionpage.cpp @@ -38,8 +38,8 @@ #include "selectionpage.h" -SelectionPage::SelectionPage( TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ) +SelectionPage::SelectionPage( TQWidget* parent, const char* name ) + : TQWidget( parent, name ) { setCaption( i18n( "Choose Which Contacts to Print" ) ); diff --git a/kaddressbook/printing/selectionpage.h b/kaddressbook/printing/selectionpage.h index dded01ecd..8e566f33b 100644 --- a/kaddressbook/printing/selectionpage.h +++ b/kaddressbook/printing/selectionpage.h @@ -38,7 +38,7 @@ class SelectionPage : public TQWidget TQ_OBJECT public: - SelectionPage( TQWidget* tqparent = 0, const char* name = 0 ); + SelectionPage( TQWidget* parent = 0, const char* name = 0 ); ~SelectionPage(); void setFilters( const TQStringList& ); diff --git a/kaddressbook/printing/stylepage.cpp b/kaddressbook/printing/stylepage.cpp index 760f71d6c..b1c29b464 100644 --- a/kaddressbook/printing/stylepage.cpp +++ b/kaddressbook/printing/stylepage.cpp @@ -34,8 +34,8 @@ #include "stylepage.h" -StylePage::StylePage( KABC::AddressBook *ab, TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ), mAddressBook( ab ) +StylePage::StylePage( KABC::AddressBook *ab, TQWidget* parent, const char* name ) + : TQWidget( parent, name ), mAddressBook( ab ) { initGUI(); diff --git a/kaddressbook/printing/stylepage.h b/kaddressbook/printing/stylepage.h index 24d424597..920d9a9d0 100644 --- a/kaddressbook/printing/stylepage.h +++ b/kaddressbook/printing/stylepage.h @@ -41,7 +41,7 @@ class StylePage : public TQWidget TQ_OBJECT public: - StylePage( KABC::AddressBook *ab, TQWidget* tqparent = 0, const char* name = 0 ); + StylePage( KABC::AddressBook *ab, TQWidget* parent = 0, const char* name = 0 ); ~StylePage(); /** |