From 8f7fea12cf19b06203f5e74aa53822fea0b90bf3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:12:51 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1158414 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/wordcompletion/dictionarycreationwizard.h | 4 ++-- kmouth/wordcompletion/klanguagebutton.cpp | 2 +- kmouth/wordcompletion/klanguagebuttonhelper.h | 2 +- kmouth/wordcompletion/wordlist.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kmouth/wordcompletion') diff --git a/kmouth/wordcompletion/dictionarycreationwizard.h b/kmouth/wordcompletion/dictionarycreationwizard.h index 0977680..b947b7f 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.h +++ b/kmouth/wordcompletion/dictionarycreationwizard.h @@ -31,8 +31,8 @@ class CreationSourceUI; class CompletionWizardWidget; class CreationSourceDetailsUI; class KDEDocSourceUI; -class QTextCodec; -class QComboBox; +class TQTextCodec; +class TQComboBox; class MergeWidget; /** diff --git a/kmouth/wordcompletion/klanguagebutton.cpp b/kmouth/wordcompletion/klanguagebutton.cpp index b954a62..5d4c062 100644 --- a/kmouth/wordcompletion/klanguagebutton.cpp +++ b/kmouth/wordcompletion/klanguagebutton.cpp @@ -85,7 +85,7 @@ KLanguageButton::KLanguageButton( TQWidget * parent, const char *name ) m_popup( 0 ), m_oldPopup( 0 ) { - m_tags = new QStringList; + m_tags = new TQStringList; clear(); } diff --git a/kmouth/wordcompletion/klanguagebuttonhelper.h b/kmouth/wordcompletion/klanguagebuttonhelper.h index a33cdb9..11edd09 100644 --- a/kmouth/wordcompletion/klanguagebuttonhelper.h +++ b/kmouth/wordcompletion/klanguagebuttonhelper.h @@ -21,7 +21,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -class QString; +class TQString; class KLanguageButton; TQString languageName (TQString languageCode); diff --git a/kmouth/wordcompletion/wordlist.h b/kmouth/wordcompletion/wordlist.h index 1e8da1a..2ce004f 100644 --- a/kmouth/wordcompletion/wordlist.h +++ b/kmouth/wordcompletion/wordlist.h @@ -26,7 +26,7 @@ #include #include -class QTextCodec; +class TQTextCodec; class KProgressDialog; namespace WordList { -- cgit v1.2.3