summaryrefslogtreecommitdiffstats
path: root/kbabel/filters
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/filters
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/filters')
-rw-r--r--kbabel/filters/gettext/gettextexport.h4
-rw-r--r--kbabel/filters/gettext/gettextimport.h4
-rw-r--r--kbabel/filters/linguist/linguistexport.h4
-rw-r--r--kbabel/filters/linguist/linguistimport.h4
-rw-r--r--kbabel/filters/xliff/xliffexport.h4
-rw-r--r--kbabel/filters/xliff/xliffimport.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/kbabel/filters/gettext/gettextexport.h b/kbabel/filters/gettext/gettextexport.h
index 3c694d1a..2d1b9681 100644
--- a/kbabel/filters/gettext/gettextexport.h
+++ b/kbabel/filters/gettext/gettextexport.h
@@ -41,8 +41,8 @@ namespace KBabel {
class Catalog;
}
class KURL;
-class QFile;
-class QTextCodec;
+class TQFile;
+class TQTextCodec;
/**
* @brief The class for exporting GNU gettext PO files.
diff --git a/kbabel/filters/gettext/gettextimport.h b/kbabel/filters/gettext/gettextimport.h
index dc84e404..54ced3f0 100644
--- a/kbabel/filters/gettext/gettextimport.h
+++ b/kbabel/filters/gettext/gettextimport.h
@@ -38,8 +38,8 @@
#include <tqstringlist.h>
class KURL;
-class QFile;
-class QTextCodec;
+class TQFile;
+class TQTextCodec;
/* ****************************************************************************
The class for importing GNU gettext PO files. As an extra information,
diff --git a/kbabel/filters/linguist/linguistexport.h b/kbabel/filters/linguist/linguistexport.h
index 2ad80bd7..b3399ed1 100644
--- a/kbabel/filters/linguist/linguistexport.h
+++ b/kbabel/filters/linguist/linguistexport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
namespace KBabel {
class Catalog;
diff --git a/kbabel/filters/linguist/linguistimport.h b/kbabel/filters/linguist/linguistimport.h
index 8c6fdbc0..175a28f8 100644
--- a/kbabel/filters/linguist/linguistimport.h
+++ b/kbabel/filters/linguist/linguistimport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
/**
* The class for importing Qt's translation source files.
diff --git a/kbabel/filters/xliff/xliffexport.h b/kbabel/filters/xliff/xliffexport.h
index 2e720b82..cc44cbec 100644
--- a/kbabel/filters/xliff/xliffexport.h
+++ b/kbabel/filters/xliff/xliffexport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
namespace KBabel {
class Catalog;
diff --git a/kbabel/filters/xliff/xliffimport.h b/kbabel/filters/xliff/xliffimport.h
index 45dd612e..e86d59a3 100644
--- a/kbabel/filters/xliff/xliffimport.h
+++ b/kbabel/filters/xliff/xliffimport.h
@@ -41,8 +41,8 @@
#include "catalogfileplugin.h"
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
/**
* The class for importing XLIFF 1.1 translation source files.