summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/wet
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/colorspaces/wet')
-rw-r--r--chalk/colorspaces/wet/kis_wet_palette_widget.h2
-rw-r--r--chalk/colorspaces/wet/kis_wetness_visualisation_filter.h2
-rw-r--r--chalk/colorspaces/wet/wet_plugin.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/chalk/colorspaces/wet/kis_wet_palette_widget.h b/chalk/colorspaces/wet/kis_wet_palette_widget.h
index a70cc7447..3a46236ac 100644
--- a/chalk/colorspaces/wet/kis_wet_palette_widget.h
+++ b/chalk/colorspaces/wet/kis_wet_palette_widget.h
@@ -40,7 +40,7 @@ class KRITAUI_EXPORT KisWetPaletteWidget
: public TQWidget,
public KisCanvasObserver
{
- Q_OBJECT
+ TQ_OBJECT
typedef TQWidget super;
diff --git a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
index e3a3cae80..efa717c8c 100644
--- a/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
+++ b/chalk/colorspaces/wet/kis_wetness_visualisation_filter.h
@@ -29,7 +29,7 @@ class KisView;
class WetnessVisualisationFilter : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
WetnessVisualisationFilter(KisView* view);
diff --git a/chalk/colorspaces/wet/wet_plugin.h b/chalk/colorspaces/wet/wet_plugin.h
index dc1b35688..0d96725e8 100644
--- a/chalk/colorspaces/wet/wet_plugin.h
+++ b/chalk/colorspaces/wet/wet_plugin.h
@@ -31,7 +31,7 @@ class KisWetColorSpace;
*/
class WetPlugin : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
WetPlugin(TQObject *parent, const char *name, const TQStringList &);