From 72d6005aa2755b993c0cc2fc177209594b2c26d0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 21:22:47 -0500 Subject: Update TQt3 property/enum macros --- kopete/libkopete/kopeteprefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/libkopete/kopeteprefs.h') 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: /** -- cgit v1.2.1