diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:51 +0000 |
commit | 8f7fea12cf19b06203f5e74aa53822fea0b90bf3 (patch) | |
tree | 8c7b671d950784db9f52b9067409818bfd0fc099 /kmouth/phrasebook | |
parent | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (diff) | |
download | tdeaccessibility-8f7fea12cf19b06203f5e74aa53822fea0b90bf3.tar.gz tdeaccessibility-8f7fea12cf19b06203f5e74aa53822fea0b90bf3.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1158414 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmouth/phrasebook')
-rw-r--r-- | kmouth/phrasebook/phrasebookdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmouth/phrasebook/phrasebookdialog.h b/kmouth/phrasebook/phrasebookdialog.h index d086299..a3bc352 100644 --- a/kmouth/phrasebook/phrasebookdialog.h +++ b/kmouth/phrasebook/phrasebookdialog.h @@ -30,11 +30,11 @@ #include "phrasebook.h" #include "buttonboxui.h" -class QListViewItem; +class TQListViewItem; class PhraseTreeItem; class PhraseTree; -class QStringList; -class QString; +class TQStringList; +class TQString; class KListView; struct StandardBook { |