summaryrefslogtreecommitdiffstats
path: root/krita/ui/kis_custom_brush.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/ui/kis_custom_brush.h')
-rw-r--r--krita/ui/kis_custom_brush.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/krita/ui/kis_custom_brush.h b/krita/ui/kis_custom_brush.h
index 8beb52c2..56e90553 100644
--- a/krita/ui/kis_custom_brush.h
+++ b/krita/ui/kis_custom_brush.h
@@ -19,7 +19,7 @@
#ifndef KIS_CUSTOM_BRUSH_H_
#define KIS_CUSTOM_BRUSH_H_
-#include <qobject.h>
+#include <tqobject.h>
#include "wdgcustombrush.h"
@@ -31,8 +31,9 @@ class KisResourceServerBase;
class KisCustomBrush : public KisWdgCustomBrush
{
Q_OBJECT
+ TQ_OBJECT
public:
- KisCustomBrush(QWidget *parent, const char* name, const QString& caption, KisView* view);
+ KisCustomBrush(TQWidget *tqparent, const char* name, const TQString& caption, KisView* view);
virtual ~KisCustomBrush();
void setResourceServer(KisResourceServerBase* server) { m_server = server; }
@@ -43,7 +44,7 @@ signals:
void activatedResource(KisResource *);
protected:
- virtual void showEvent(QShowEvent *);
+ virtual void showEvent(TQShowEvent *);
private slots:
void slotExport();