diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /libtdepim/addresseeview.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'libtdepim/addresseeview.h')
-rw-r--r-- | libtdepim/addresseeview.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libtdepim/addresseeview.h b/libtdepim/addresseeview.h index 25b97487a..92760529a 100644 --- a/libtdepim/addresseeview.h +++ b/libtdepim/addresseeview.h @@ -32,7 +32,7 @@ namespace TDEIO { class Job; } -class KToggleAction; +class TDEToggleAction; class TQPopupMenu; @@ -184,13 +184,13 @@ class KDE_EXPORT AddresseeView : public KTextBrowser TQByteArray mImageData; TDEIO::Job *mImageJob; - KToggleAction *mActionShowBirthday; - KToggleAction *mActionShowAddresses; - KToggleAction *mActionShowEmails; - KToggleAction *mActionShowPhones; - KToggleAction *mActionShowURLs; - KToggleAction *mActionShowIMAddresses; - KToggleAction *mActionShowCustomFields; + TDEToggleAction *mActionShowBirthday; + TDEToggleAction *mActionShowAddresses; + TDEToggleAction *mActionShowEmails; + TDEToggleAction *mActionShowPhones; + TDEToggleAction *mActionShowURLs; + TDEToggleAction *mActionShowIMAddresses; + TDEToggleAction *mActionShowCustomFields; KABC::Addressee mAddressee; int mLinkMask; |