diff options
Diffstat (limited to 'src/gui/dialogs/TextEventDialog.h')
-rw-r--r-- | src/gui/dialogs/TextEventDialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/dialogs/TextEventDialog.h b/src/gui/dialogs/TextEventDialog.h index d74fb00..fa8419c 100644 --- a/src/gui/dialogs/TextEventDialog.h +++ b/src/gui/dialogs/TextEventDialog.h @@ -48,12 +48,13 @@ class NotePixmapFactory; class TextEventDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - TextEventDialog(TQWidget *parent, + TextEventDialog(TQWidget *tqparent, NotePixmapFactory *npf, Text defaultText, - int maxLength = -1); // for Qt default + int maxLength = -1); // for TQt default Text getText() const; |