diff options
Diffstat (limited to 'chalk/ui/kis_part_layer.h')
-rw-r--r-- | chalk/ui/kis_part_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_part_layer.h b/chalk/ui/kis_part_layer.h index 377b37a08..47b8d9546 100644 --- a/chalk/ui/kis_part_layer.h +++ b/chalk/ui/kis_part_layer.h @@ -73,7 +73,7 @@ protected: */ class KisPartLayerImpl : public KisPartLayer { Q_OBJECT - TQ_OBJECT + typedef KisPartLayer super; public: KisPartLayerImpl(KisImageSP img, KisChildDoc * doc); |