summaryrefslogtreecommitdiffstats
path: root/kword/mailmerge/kabc/KWMailMergeKABCConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/mailmerge/kabc/KWMailMergeKABCConfig.h')
-rw-r--r--kword/mailmerge/kabc/KWMailMergeKABCConfig.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kword/mailmerge/kabc/KWMailMergeKABCConfig.h b/kword/mailmerge/kabc/KWMailMergeKABCConfig.h
index 056cefc2..76fbdb04 100644
--- a/kword/mailmerge/kabc/KWMailMergeKABCConfig.h
+++ b/kword/mailmerge/kabc/KWMailMergeKABCConfig.h
@@ -68,7 +68,7 @@ private slots:
void filterChanged( const TQString& txt );
/**
- Saves the selected single entries to a new KABC::DistributionList in KAddressbook.
+ Saves the selected single entries to a new TDEABC::DistributionList in KAddressbook.
*/
void saveDistributionList();
private:
@@ -115,8 +115,8 @@ private:
void removeContact( TQListViewItem* item );
/**
- Appends all KAddressbook entries in KABC::StdAddressBook::self() and all
- KABC::DistributionLists to the left TQListView.
+ Appends all KAddressbook entries in TDEABC::StdAddressBook::self() and all
+ TDEABC::DistributionLists to the left TQListView.
*/
void updateAvailable();
};
@@ -126,25 +126,25 @@ class KWMailMergeKABCConfigListItem : public TQListViewItem
{
public:
- KWMailMergeKABCConfigListItem( TQListView *parent, const KABC::Addressee& addressEntry );
- KWMailMergeKABCConfigListItem( TQListViewItem *parent, const KABC::Addressee& addressEntry );
+ KWMailMergeKABCConfigListItem( TQListView *parent, const TDEABC::Addressee& addressEntry );
+ KWMailMergeKABCConfigListItem( TQListViewItem *parent, const TDEABC::Addressee& addressEntry );
virtual ~KWMailMergeKABCConfigListItem();
/**
- Returns the KABC::Addressee of a KWMailMergeKABCConfigListItem.
+ Returns the TDEABC::Addressee of a KWMailMergeKABCConfigListItem.
*/
- KABC::Addressee addressee() const;
+ TDEABC::Addressee addressee() const;
/**
This is an overloaded member function of TQListViewItem::text( int column ).
- It Returns the KABC::Addressee::uid(), if column is set to -1.
+ It Returns the TDEABC::Addressee::uid(), if column is set to -1.
Otherwise TQListViewItem::text( int column ) is returned.
*/
TQString text( int column ) const;
private:
- KABC::Addressee _addressEntry;
+ TDEABC::Addressee _addressEntry;
};
#endif