diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
commit | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (patch) | |
tree | a2f011f22aa31d0839c6e2118501b7a6d2f2ae96 /kmouth/phraselistitem.h | |
parent | 0285229d858c8f03cde7354c679a752598cf4515 (diff) | |
download | tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.tar.gz tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmouth/phraselistitem.h')
-rw-r--r-- | kmouth/phraselistitem.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmouth/phraselistitem.h b/kmouth/phraselistitem.h index 24d5e49..3afc85b 100644 --- a/kmouth/phraselistitem.h +++ b/kmouth/phraselistitem.h @@ -18,17 +18,17 @@ #ifndef PHRASELISTITEM_H #define PHRASELISTITEM_H -#include <qlistbox.h> +#include <tqlistbox.h> /** * This class represents a phrase in the list of spoken phrases. It extends - * QListBoxText for providing support for a visible list cursor. + * TQListBoxText for providing support for a visible list cursor. * @author Gunnar Schmi Dt */ -class PhraseListItem : public QListBoxText { +class PhraseListItem : public TQListBoxText { public: - PhraseListItem (const QString & text); + PhraseListItem (const TQString & text); ~PhraseListItem(); bool drawCursor() const; @@ -37,7 +37,7 @@ public: static const int RTTI = 982734; protected: - void paint( QPainter * ); + void paint( TQPainter * ); }; #endif |