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/stylepage.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/printing/stylepage.h')
-rw-r--r-- | kaddressbook/printing/stylepage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/printing/stylepage.h b/kaddressbook/printing/stylepage.h index 46fbc2d6e..9b6958f71 100644 --- a/kaddressbook/printing/stylepage.h +++ b/kaddressbook/printing/stylepage.h @@ -41,7 +41,7 @@ class StylePage : public TQWidget public: - StylePage( KABC::AddressBook *ab, TQWidget* parent = 0, const char* name = 0 ); + StylePage( TDEABC::AddressBook *ab, TQWidget* parent = 0, const char* name = 0 ); ~StylePage(); /** @@ -63,12 +63,12 @@ class StylePage : public TQWidget /** * Set the sort criterion field. */ - void setSortField( KABC::Field *field ); + void setSortField( TDEABC::Field *field ); /** * Returns the sort criterion field. */ - KABC::Field* sortField(); + TDEABC::Field* sortField(); /** * Set the sort type. @@ -96,8 +96,8 @@ class StylePage : public TQWidget KComboBox *mStyleCombo; TQLabel *mPreview; - KABC::AddressBook *mAddressBook; - KABC::Field::List mFields; + TDEABC::AddressBook *mAddressBook; + TDEABC::Field::List mFields; }; #endif // STYLEPAGE_H |