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/distributionlist.h | |
parent | 04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff) | |
download | tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip |
Rename KABC namespace
Diffstat (limited to 'tdeabc/distributionlist.h')
-rw-r--r-- | tdeabc/distributionlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/distributionlist.h b/tdeabc/distributionlist.h index 78d182467..0c2bdf0bd 100644 --- a/tdeabc/distributionlist.h +++ b/tdeabc/distributionlist.h @@ -25,7 +25,7 @@ #include "addressbook.h" -namespace KABC { +namespace TDEABC { class DistributionListManager; @@ -180,7 +180,7 @@ class KABC_EXPORT DistributionListManager Exapmle: \code - KABC::DistributionListWatcher *watchdog = KABC::DistributionListWatcher::self() + TDEABC::DistributionListWatcher *watchdog = TDEABC::DistributionListWatcher::self() connect( watchdog, TQT_SIGNAL( changed() ), TQT_SLOT( doSomething() ) ); \endcode |