summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetecontactlistelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kopetecontactlistelement.h')
-rw-r--r--kopete/libkopete/kopetecontactlistelement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/libkopete/kopetecontactlistelement.h b/kopete/libkopete/kopetecontactlistelement.h
index 6e9d1816..808b36b2 100644
--- a/kopete/libkopete/kopetecontactlistelement.h
+++ b/kopete/libkopete/kopetecontactlistelement.h
@@ -44,9 +44,10 @@ class Plugin;
class KOPETE_EXPORT ContactListElement : public TQObject /* public KopeteNotifyDataObject */
{
Q_OBJECT
+ TQ_OBJECT
protected:
- ContactListElement( TQObject *parent = 0L, const char *name = 0L );
+ ContactListElement( TQObject *tqparent = 0L, const char *name = 0L );
~ContactListElement();
@@ -109,7 +110,7 @@ public:
/**
* Set the icon in the given state
- * To clear an entry, set a TQString::null
+ * To clear an entry, set a TQString()
*/
void setIcon( const TQString &icon, IconState = None );