summaryrefslogtreecommitdiffstats
path: root/kbabel/common
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
commit6082256ac592910b0fb2229a095eaa4d85254df2 (patch)
treea30fe22105b4413c310683d4fb21caff5f8caf6c /kbabel/common
parent4ae0c208b66e0f7954e194384464fe2d0a2c56dd (diff)
downloadtdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.tar.gz
tdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbabel/common')
-rw-r--r--kbabel/common/catalog.h8
-rw-r--r--kbabel/common/catalog_private.h8
-rw-r--r--kbabel/common/catalogfileplugin.h2
-rw-r--r--kbabel/common/catalogitem.h2
-rw-r--r--kbabel/common/catalogsettings.h4
-rw-r--r--kbabel/common/findoptions.h4
-rw-r--r--kbabel/common/importplugin_private.h2
-rw-r--r--kbabel/common/kbmailer.h2
-rw-r--r--kbabel/common/msgfmt.h2
9 files changed, 17 insertions, 17 deletions
diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h
index 27b22bab..6a5c0491 100644
--- a/kbabel/common/catalog.h
+++ b/kbabel/common/catalog.h
@@ -48,11 +48,11 @@
#include <kstandarddirs.h>
class KDataTool;
-class QString;
-class QTextStream;
+class TQString;
+class TQTextStream;
class KFileInfo;
-class QTextCodec;
-class QFile;
+class TQTextCodec;
+class TQFile;
class KDataTool;
class KURL;
diff --git a/kbabel/common/catalog_private.h b/kbabel/common/catalog_private.h
index 153c8486..e27f1174 100644
--- a/kbabel/common/catalog_private.h
+++ b/kbabel/common/catalog_private.h
@@ -48,11 +48,11 @@
#include "catalogitem.h"
#include "regexpextractor.h"
-class QString;
-class QTextStream;
+class TQString;
+class TQTextStream;
class KFileInfo;
-class QTextCodec;
-class QFile;
+class TQTextCodec;
+class TQFile;
class FindOptions;
class KConfig;
diff --git a/kbabel/common/catalogfileplugin.h b/kbabel/common/catalogfileplugin.h
index caa94c17..77b760e8 100644
--- a/kbabel/common/catalogfileplugin.h
+++ b/kbabel/common/catalogfileplugin.h
@@ -36,7 +36,7 @@
#include <kdemacros.h>
-class QString;
+class TQString;
namespace KBabel
{
diff --git a/kbabel/common/catalogitem.h b/kbabel/common/catalogitem.h
index 9a7d6071..51b7b21b 100644
--- a/kbabel/common/catalogitem.h
+++ b/kbabel/common/catalogitem.h
@@ -42,7 +42,7 @@
#include "catalogfileplugin.h"
#include "kbproject.h"
-class QTextStream;
+class TQTextStream;
class GettextFlexLexer;
namespace KBabel
diff --git a/kbabel/common/catalogsettings.h b/kbabel/common/catalogsettings.h
index 5d220e57..50bdbada 100644
--- a/kbabel/common/catalogsettings.h
+++ b/kbabel/common/catalogsettings.h
@@ -39,8 +39,8 @@
#include <tqdatetime.h>
#include <kdemacros.h>
-class QTextCodec;
-class QStringList;
+class TQTextCodec;
+class TQStringList;
namespace KBabel
{
diff --git a/kbabel/common/findoptions.h b/kbabel/common/findoptions.h
index 4b5f94a9..518828df 100644
--- a/kbabel/common/findoptions.h
+++ b/kbabel/common/findoptions.h
@@ -37,8 +37,8 @@
#include <tqregexp.h>
-class QString;
-class QChar;
+class TQString;
+class TQChar;
namespace KBabel
{
diff --git a/kbabel/common/importplugin_private.h b/kbabel/common/importplugin_private.h
index bff1ed90..594ce21f 100644
--- a/kbabel/common/importplugin_private.h
+++ b/kbabel/common/importplugin_private.h
@@ -35,7 +35,7 @@
#include "catalogitem.h"
-class QTextCodec;
+class TQTextCodec;
namespace KBabel {
diff --git a/kbabel/common/kbmailer.h b/kbabel/common/kbmailer.h
index c83c9371..17481636 100644
--- a/kbabel/common/kbmailer.h
+++ b/kbabel/common/kbmailer.h
@@ -40,7 +40,7 @@
#include <kdemacros.h>
#include <ktempdir.h>
-class QWidget;
+class TQWidget;
class KURL;
diff --git a/kbabel/common/msgfmt.h b/kbabel/common/msgfmt.h
index 846501c1..1a025312 100644
--- a/kbabel/common/msgfmt.h
+++ b/kbabel/common/msgfmt.h
@@ -37,7 +37,7 @@
#include <kdemacros.h>
class KProcess;
-class QString;
+class TQString;
namespace KBabel
{