summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/appearance/emoticonseditdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/appearance/emoticonseditdialog.h')
-rw-r--r--kopete/kopete/config/appearance/emoticonseditdialog.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.h b/kopete/kopete/config/appearance/emoticonseditdialog.h
index fe5b8426..cd7bf7b3 100644
--- a/kopete/kopete/config/appearance/emoticonseditdialog.h
+++ b/kopete/kopete/config/appearance/emoticonseditdialog.h
@@ -29,10 +29,11 @@ class EmoticonsEditWidget;
class EditDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- EditDialog(TQWidget *parent, const char* name);
- EditDialog(TQWidget *parent, const char* name, TQPixmap emot, TQString text, TQString file);
+ EditDialog(TQWidget *tqparent, const char* name);
+ EditDialog(TQWidget *tqparent, const char* name, TQPixmap emot, TQString text, TQString file);
const TQString getText() { return leText->text(); };
const TQString getEmoticon() { return emoticon; };
private slots:
@@ -48,9 +49,10 @@ class EditDialog : public KDialogBase
class EmoticonsEditDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- EmoticonsEditDialog(TQWidget *parent=0, TQString theme = TQString::null, const char* name="EmoticonsEditDialog");
+ EmoticonsEditDialog(TQWidget *tqparent=0, TQString theme = TQString(), const char* name="EmoticonsEditDialog");
void addEmoticon(TQString emo, TQString text, bool copy);
private slots: