summaryrefslogtreecommitdiffstats
path: root/kmouth/wordcompletion
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:12:51 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:12:51 +0000
commit8f7fea12cf19b06203f5e74aa53822fea0b90bf3 (patch)
tree8c7b671d950784db9f52b9067409818bfd0fc099 /kmouth/wordcompletion
parent28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (diff)
downloadtdeaccessibility-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/wordcompletion')
-rw-r--r--kmouth/wordcompletion/dictionarycreationwizard.h4
-rw-r--r--kmouth/wordcompletion/klanguagebutton.cpp2
-rw-r--r--kmouth/wordcompletion/klanguagebuttonhelper.h2
-rw-r--r--kmouth/wordcompletion/wordlist.h2
4 files changed, 5 insertions, 5 deletions
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 <tqobject.h>
#include <tqmap.h>
-class QTextCodec;
+class TQTextCodec;
class KProgressDialog;
namespace WordList {