diff options
Diffstat (limited to 'chalk/colorspaces/gray_u16')
-rw-r--r-- | chalk/colorspaces/gray_u16/gray_u16_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/colorspaces/gray_u16/gray_u16_plugin.h b/chalk/colorspaces/gray_u16/gray_u16_plugin.h index 3d16c1ac..d1b2c938 100644 --- a/chalk/colorspaces/gray_u16/gray_u16_plugin.h +++ b/chalk/colorspaces/gray_u16/gray_u16_plugin.h @@ -27,7 +27,7 @@ class GRAYU16Plugin : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: GRAYU16Plugin(TQObject *parent, const char *name, const TQStringList &); virtual ~GRAYU16Plugin(); |