summaryrefslogtreecommitdiffstats
path: root/kmouth
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
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')
-rw-r--r--kmouth/optionsdialog.h2
-rw-r--r--kmouth/phrasebook/phrasebookdialog.h6
-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
6 files changed, 9 insertions, 9 deletions
diff --git a/kmouth/optionsdialog.h b/kmouth/optionsdialog.h
index b9b796f..30f635d 100644
--- a/kmouth/optionsdialog.h
+++ b/kmouth/optionsdialog.h
@@ -23,7 +23,7 @@
#include <tqobject.h>
#include "preferencesui.h"
#include "texttospeechconfigurationwidget.h"
-class QTabWidget;
+class TQTabWidget;
class KCModule;
class WordCompletionWidget;
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 {
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 {