summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopeteprefs.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:22:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:22:47 -0500
commit72d6005aa2755b993c0cc2fc177209594b2c26d0 (patch)
tree46444a2b51f9bb52b7bba24effaa617de9a184c7 /kopete/libkopete/kopeteprefs.h
parent9a680e5c1143edb449955fc5426b1c07692bf1d3 (diff)
downloadtdenetwork-72d6005aa2755b993c0cc2fc177209594b2c26d0.tar.gz
tdenetwork-72d6005aa2755b993c0cc2fc177209594b2c26d0.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kopete/libkopete/kopeteprefs.h')
-rw-r--r--kopete/libkopete/kopeteprefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h
index 19138b66..230da46a 100644
--- a/kopete/libkopete/kopeteprefs.h
+++ b/kopete/libkopete/kopeteprefs.h
@@ -33,7 +33,7 @@ class KOPETE_EXPORT KopetePrefs : public TQObject
// here so we can use TQt to translate enums<-->strings
TQ_PROPERTY( ContactDisplayMode contactListDisplayMode READ contactListDisplayMode WRITE setContactListDisplayMode )
TQ_PROPERTY( IconDisplayMode contactListIconMode READ contactListIconMode WRITE setContactListIconMode )
- Q_ENUMS( ContactDisplayMode IconDisplayMode )
+ TQ_ENUMS( ContactDisplayMode IconDisplayMode )
public:
/**