diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /kaddressbook/printing/printingwizard.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/printing/printingwizard.h')
-rw-r--r-- | kaddressbook/printing/printingwizard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/printing/printingwizard.h b/kaddressbook/printing/printingwizard.h index 359b746fe..3d2d0b27e 100644 --- a/kaddressbook/printing/printingwizard.h +++ b/kaddressbook/printing/printingwizard.h @@ -57,7 +57,7 @@ class PrintingWizard : public KWizard Construct a printing wizard. Give the addressbook instance to print. */ PrintingWizard( KPrinter *printer, - KABC::AddressBook* ab, + TDEABC::AddressBook* ab, const TQStringList& selection, TQWidget *parent = 0, const char *name = 0 ); ~PrintingWizard(); @@ -75,7 +75,7 @@ class PrintingWizard : public KWizard /** Retrieve the document object. */ - KABC::AddressBook *addressBook(); + TDEABC::AddressBook *addressBook(); /** Retrieve the printer to be used. @@ -94,7 +94,7 @@ class PrintingWizard : public KWizard TQPtrList<PrintStyle> mStyleList; Filter::List mFilters; KPrinter *mPrinter; - KABC::AddressBook *mAddressBook; + TDEABC::AddressBook *mAddressBook; TQStringList mSelection; PrintStyle *mStyle; |