diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 10:29:56 +0900 |
| commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
| tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 /chalk/colorspaces/wet | |
| parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
| download | koffice-ef14fba4.tar.gz koffice-ef14fba4.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'chalk/colorspaces/wet')
| -rw-r--r-- | chalk/colorspaces/wet/kis_wet_palette_widget.h | 2 | ||||
| -rw-r--r-- | chalk/colorspaces/wet/kis_wetness_visualisation_filter.h | 2 | ||||
| -rw-r--r-- | chalk/colorspaces/wet/wet_plugin.h | 2 |
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 &); |
