diff options
Diffstat (limited to 'src/styles/qstyleplugin.cpp')
-rw-r--r-- | src/styles/qstyleplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qstyleplugin.cpp b/src/styles/qstyleplugin.cpp index b9370baab..665e6230f 100644 --- a/src/styles/qstyleplugin.cpp +++ b/src/styles/qstyleplugin.cpp @@ -95,7 +95,7 @@ public: virtual ~TQStylePluginPrivate(); TQRESULT queryInterface( const TQUuid &iid, TQUnknownInterface **iface ); - Q_REFCOUNT; + TQ_REFCOUNT; TQStringList featureList() const; TQStyle *create( const TQString &key ); |