From f138d74fe16092003b06f5bde9663841929cde7f Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 22:17:08 +0000 Subject: TQt4 port kdeaccessibility This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1237325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/phraselist.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kmouth/phraselist.h') diff --git a/kmouth/phraselist.h b/kmouth/phraselist.h index 702e135..cad58ad 100644 --- a/kmouth/phraselist.h +++ b/kmouth/phraselist.h @@ -23,7 +23,7 @@ #include #include -// include files for Qt +// include files for TQt #include #include @@ -40,8 +40,9 @@ class WordCompletion; class PhraseList : public TQWidget { Q_OBJECT + TQ_OBJECT public: - PhraseList(TQWidget *parent=0, const char *name=0); + PhraseList(TQWidget *tqparent=0, const char *name=0); ~PhraseList(); /** contains the implementation for printing functionality */ -- cgit v1.2.3