diff options
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; }; |