summaryrefslogtreecommitdiffstats
path: root/kmail/kmedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmedit.h')
-rw-r--r--kmail/kmedit.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kmail/kmedit.h b/kmail/kmedit.h
index 855c29ea..08ed687d 100644
--- a/kmail/kmedit.h
+++ b/kmail/kmedit.h
@@ -65,8 +65,9 @@ class KMSyntaxHighter : public KDictSpellingHighlighter
class KMEdit : public KEdit {
Q_OBJECT
+ TQ_OBJECT
public:
- KMEdit(TQWidget *parent=0,KMComposeWin* composer=0,
+ KMEdit(TQWidget *tqparent=0,KMComposeWin* composer=0,
KSpellConfig* spellConfig = 0,
const char *name=0);
~KMEdit();
@@ -193,7 +194,7 @@ private:
bool mWasModifiedBeforeSpellCheck;
KMSyntaxHighter *mHighlighter;
bool mSpellLineEdit;
- QClipboard::Mode mPasteMode;
+ TQClipboard::Mode mPasteMode;
};
#endif // __KMAIL_KMEDIT_H__