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/printstyle.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/printing/printstyle.h')
-rw-r--r-- | kaddressbook/printing/printstyle.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/printing/printstyle.h b/kaddressbook/printing/printstyle.h index 2c5ef51b5..9eeca876f 100644 --- a/kaddressbook/printing/printstyle.h +++ b/kaddressbook/printing/printstyle.h @@ -69,7 +69,7 @@ class PrintStyle : public TQObject /** Reimplement this method to actually print. */ - virtual void print( const KABC::Addressee::List &contacts, PrintProgress* ) = 0; + virtual void print( const TDEABC::Addressee::List &contacts, PrintProgress* ) = 0; /** Reimplement this method to provide a preview of what will @@ -91,7 +91,7 @@ class PrintStyle : public TQObject /** Returns the preferred sort criterion field. */ - KABC::Field* preferredSortField(); + TDEABC::Field* preferredSortField(); /** Returns the preferred sort type. @@ -118,7 +118,7 @@ class PrintStyle : public TQObject /** Set preferred sort options for this printing style. */ - void setPreferredSortOptions( KABC::Field *field, bool ascending = true ); + void setPreferredSortOptions( TDEABC::Field *field, bool ascending = true ); /** Return the wizard object. @@ -137,7 +137,7 @@ class PrintStyle : public TQObject TQPtrList<TQWidget> mPageList; TQStringList mPageTitles; - KABC::Field *mSortField; + TDEABC::Field *mSortField; bool mSortType; }; |