diff options
Diffstat (limited to 'kopete/libkopete/kopeteaccount.h')
-rw-r--r-- | kopete/libkopete/kopeteaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteaccount.h b/kopete/libkopete/kopeteaccount.h index f6728446..854890af 100644 --- a/kopete/libkopete/kopeteaccount.h +++ b/kopete/libkopete/kopeteaccount.h @@ -68,7 +68,7 @@ class KOPETE_EXPORT Account : public TQObject Q_OBJECT - Q_ENUMS( AddMode ) + TQ_ENUMS( AddMode ) TQ_PROPERTY( TQString accountId READ accountId ) TQ_PROPERTY( bool excludeConnect READ excludeConnect WRITE setExcludeConnect ) TQ_PROPERTY( TQColor color READ color WRITE setColor ) |