diff options
Diffstat (limited to 'krita/ui/kis_custom_image_widget.h')
-rw-r--r-- | krita/ui/kis_custom_image_widget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/krita/ui/kis_custom_image_widget.h b/krita/ui/kis_custom_image_widget.h index 31455f85c..d951cb9ec 100644 --- a/krita/ui/kis_custom_image_widget.h +++ b/krita/ui/kis_custom_image_widget.h @@ -32,13 +32,14 @@ class KisID; */ class KisCustomImageWidget : public WdgNewImage { Q_OBJECT + TQ_OBJECT public: /** * Constructor. Please note that this class is being used/created by KisDoc. - * @param parent the parent widget + * @param tqparent the tqparent widget * @param doc the document that wants to be altered */ - KisCustomImageWidget(QWidget *parent, KisDoc *doc, Q_INT32 defWidth, Q_INT32 defHeight, double resolution, QString defColorSpaceName, QString imageName); + KisCustomImageWidget(TQWidget *tqparent, KisDoc *doc, TQ_INT32 defWidth, TQ_INT32 defHeight, double resolution, TQString defColorSpaceName, TQString imageName); private slots: void buttonClicked(); @@ -49,7 +50,7 @@ signals: void documentSelected(); private: - Q_UINT8 backgroundOpacity() const; + TQ_UINT8 backgroundOpacity() const; KisDoc *m_doc; }; |