diff options
author | Timothy Pearson <[email protected]> | 2012-10-20 21:22:47 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-20 21:22:47 -0500 |
commit | 72d6005aa2755b993c0cc2fc177209594b2c26d0 (patch) | |
tree | 46444a2b51f9bb52b7bba24effaa617de9a184c7 /kopete/libkopete/kopetecontact.h | |
parent | 9a680e5c1143edb449955fc5426b1c07692bf1d3 (diff) | |
download | tdenetwork-72d6005aa2755b993c0cc2fc177209594b2c26d0.tar.gz tdenetwork-72d6005aa2755b993c0cc2fc177209594b2c26d0.zip |
Update TQt3 property/enum macros
Diffstat (limited to 'kopete/libkopete/kopetecontact.h')
-rw-r--r-- | kopete/libkopete/kopetecontact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetecontact.h b/kopete/libkopete/kopetecontact.h index fa7e3f3c..a268920f 100644 --- a/kopete/libkopete/kopetecontact.h +++ b/kopete/libkopete/kopetecontact.h @@ -56,7 +56,7 @@ class KOPETE_EXPORT Contact : public TQObject Q_OBJECT - Q_ENUMS( CanCreateFlags ) + TQ_ENUMS( CanCreateFlags ) TQ_PROPERTY( TQString formattedName READ formattedName ) TQ_PROPERTY( TQString formattedIdleTime READ formattedIdleTime ) TQ_PROPERTY( bool isOnline READ isOnline ) |