diff options
Diffstat (limited to 'tdeparts/plugin.h')
-rw-r--r-- | tdeparts/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/plugin.h b/tdeparts/plugin.h index 6815e9f02..cdb55b00b 100644 --- a/tdeparts/plugin.h +++ b/tdeparts/plugin.h @@ -48,7 +48,7 @@ namespace KParts */ class TDEPARTS_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: /** * Struct holding information about a plugin |