summaryrefslogtreecommitdiffstats
path: root/kcharselect/kcharselectdia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcharselect/kcharselectdia.h')
-rw-r--r--kcharselect/kcharselectdia.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kcharselect/kcharselectdia.h b/kcharselect/kcharselectdia.h
index 6427c40..3ba9c93 100644
--- a/kcharselect/kcharselectdia.h
+++ b/kcharselect/kcharselectdia.h
@@ -25,9 +25,10 @@ static const char *version = "v1.1";
class KCharSelectDia : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- KCharSelectDia(TQWidget *parent,const char *name,const TQChar &_chr,const TQString &_font,int _tableNum, bool direction);
+ KCharSelectDia(TQWidget *tqparent,const char *name,const TQChar &_chr,const TQString &_font,int _tableNum, bool direction);
static bool selectChar(TQString &_font,TQChar &_chr,int _tableNum);