summaryrefslogtreecommitdiffstats
path: root/kmouth/phraseedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/phraseedit.h')
-rw-r--r--kmouth/phraseedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/phraseedit.h b/kmouth/phraseedit.h
index a7a065e..0ebd132 100644
--- a/kmouth/phraseedit.h
+++ b/kmouth/phraseedit.h
@@ -27,10 +27,10 @@
class PhraseEdit : public KLineEdit {
public:
- PhraseEdit(const QString &string, QWidget *parent);
+ PhraseEdit(const TQString &string, TQWidget *parent);
virtual ~PhraseEdit();
- void keyPressEvent (QKeyEvent *e);
+ void keyPressEvent (TQKeyEvent *e);
};
#endif