diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
commit | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (patch) | |
tree | 29e1842fe4d93f4e99481385a771e8bef061158b /tdeabc/distributionlistdialog.h | |
parent | 04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff) | |
download | tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip |
Rename KABC namespace
Diffstat (limited to 'tdeabc/distributionlistdialog.h')
-rw-r--r-- | tdeabc/distributionlistdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeabc/distributionlistdialog.h b/tdeabc/distributionlistdialog.h index 1bd6fc788..d4286a54b 100644 --- a/tdeabc/distributionlistdialog.h +++ b/tdeabc/distributionlistdialog.h @@ -29,7 +29,7 @@ class TQListView; class TQComboBox; class TQButtonGroup; -namespace KABC { +namespace TDEABC { class AddressBook; class DistributionListEditorWidget; @@ -46,8 +46,8 @@ class DistributionListManager; Example: \code - KABC::DistributionListDialog *dlg = new - KABC::DistributionListDialog( KABC::StdAddressBook::self(), this ); + TDEABC::DistributionListDialog *dlg = new + TDEABC::DistributionListDialog( TDEABC::StdAddressBook::self(), this ); dlg->exec(); \endcode |