From 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:20:30 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/phraseedit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmouth/phraseedit.h') 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 -- cgit v1.2.1