diff options
Diffstat (limited to 'interfaces/tdetexteditor/plugin.h')
-rw-r--r-- | interfaces/tdetexteditor/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/tdetexteditor/plugin.h b/interfaces/tdetexteditor/plugin.h index 68416bf78..b13dc37e9 100644 --- a/interfaces/tdetexteditor/plugin.h +++ b/interfaces/tdetexteditor/plugin.h @@ -37,7 +37,7 @@ class KTEXTEDITOR_EXPORT Plugin : public TQObject { friend class PrivatePlugin; - Q_OBJECT + TQ_OBJECT public: Plugin ( Document *document = 0, const char *name = 0 ); |