summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetecontactlistelement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kopetecontactlistelement.cpp')
-rw-r--r--kopete/libkopete/kopetecontactlistelement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetecontactlistelement.cpp b/kopete/libkopete/kopetecontactlistelement.cpp
index cfce58b6..ecba9396 100644
--- a/kopete/libkopete/kopetecontactlistelement.cpp
+++ b/kopete/libkopete/kopetecontactlistelement.cpp
@@ -41,7 +41,7 @@ ContactListElement::ContactListElement( TQObject *parent, const char *name )
d->useCustomIcon = false;
#if 0 //TODO
- connect( Kopete::Global::onlineStatusIconCache(), TQT_SIGNAL( iconsChanged() ), TQT_SIGNAL( iconAppearanceChanged() ) );
+ connect( Kopete::Global::onlineStatusIconCache(), TQ_SIGNAL( iconsChanged() ), TQ_SIGNAL( iconAppearanceChanged() ) );
#endif
}