summaryrefslogtreecommitdiffstats
path: root/tdeabc/distributionlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/distributionlist.h')
-rw-r--r--tdeabc/distributionlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/distributionlist.h b/tdeabc/distributionlist.h
index acd4ee22b..ef1b1fece 100644
--- a/tdeabc/distributionlist.h
+++ b/tdeabc/distributionlist.h
@@ -182,7 +182,7 @@ class KABC_EXPORT DistributionListManager
\code
TDEABC::DistributionListWatcher *watchdog = TDEABC::DistributionListWatcher::self()
- connect( watchdog, TQT_SIGNAL( changed() ), TQT_SLOT( doSomething() ) );
+ connect( watchdog, TQ_SIGNAL( changed() ), TQ_SLOT( doSomething() ) );
\endcode
*/