summaryrefslogtreecommitdiffstats
path: root/krita/ui/kis_custom_palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/ui/kis_custom_palette.h')
-rw-r--r--krita/ui/kis_custom_palette.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/krita/ui/kis_custom_palette.h b/krita/ui/kis_custom_palette.h
index 1a2cfd95..7ff9c9d8 100644
--- a/krita/ui/kis_custom_palette.h
+++ b/krita/ui/kis_custom_palette.h
@@ -19,7 +19,7 @@
#ifndef KIS_CUSTOM_PALETTE_H_
#define KIS_CUSTOM_PALETTE_H_
-#include <qobject.h>
+#include <tqobject.h>
#include "wdgcustompalette.h"
@@ -32,8 +32,9 @@ class KisResourceServerBase;
class KisCustomPalette : public KisWdgCustomPalette
{
Q_OBJECT
+ TQ_OBJECT
public:
- KisCustomPalette(QWidget *parent, const char* name, const QString& caption, KisView* view);
+ KisCustomPalette(TQWidget *tqparent, const char* name, const TQString& caption, KisView* view);
virtual ~KisCustomPalette();
void setResourceServer(KisResourceServerBase* server) { m_server = server; }
void setEditMode(bool b);