summaryrefslogtreecommitdiffstats
path: root/khexedit/lib
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib')
-rw-r--r--khexedit/lib/codecs/ktextcharcodec.h6
-rw-r--r--khexedit/lib/controller/kcontroller.h2
-rw-r--r--khexedit/lib/kbuffercolumn.h4
-rw-r--r--khexedit/lib/kcharcolumn.h4
-rw-r--r--khexedit/lib/kcoltextexport.h2
-rw-r--r--khexedit/lib/kcolumn.h2
-rw-r--r--khexedit/lib/khexedit.h2
7 files changed, 11 insertions, 11 deletions
diff --git a/khexedit/lib/codecs/ktextcharcodec.h b/khexedit/lib/codecs/ktextcharcodec.h
index 48ca3b0..8d834ea 100644
--- a/khexedit/lib/codecs/ktextcharcodec.h
+++ b/khexedit/lib/codecs/ktextcharcodec.h
@@ -21,9 +21,9 @@
#include "kcharcodec.h"
-class QTextCodec;
-class QTextDecoder;
-class QTextEncoder;
+class TQTextCodec;
+class TQTextDecoder;
+class TQTextEncoder;
namespace KHE
{
diff --git a/khexedit/lib/controller/kcontroller.h b/khexedit/lib/controller/kcontroller.h
index be1f9fc..8323e24 100644
--- a/khexedit/lib/controller/kcontroller.h
+++ b/khexedit/lib/controller/kcontroller.h
@@ -19,7 +19,7 @@
#define KHE_KCONTROLLER_H
-class QKeyEvent;
+class TQKeyEvent;
namespace KHE
{
diff --git a/khexedit/lib/kbuffercolumn.h b/khexedit/lib/kbuffercolumn.h
index 37a495a..10e930d 100644
--- a/khexedit/lib/kbuffercolumn.h
+++ b/khexedit/lib/kbuffercolumn.h
@@ -26,8 +26,8 @@
#include "kbufferlayout.h"
#include "ksection.h"
-class QPainter;
-class QColor;
+class TQPainter;
+class TQColor;
namespace KHE
{
diff --git a/khexedit/lib/kcharcolumn.h b/khexedit/lib/kcharcolumn.h
index e196cf9..59429f1 100644
--- a/khexedit/lib/kcharcolumn.h
+++ b/khexedit/lib/kcharcolumn.h
@@ -23,8 +23,8 @@
// lib specific
#include "kbuffercolumn.h"
-class QPainter;
-class QColor;
+class TQPainter;
+class TQColor;
namespace KHE
diff --git a/khexedit/lib/kcoltextexport.h b/khexedit/lib/kcoltextexport.h
index 0042bae..ae5259e 100644
--- a/khexedit/lib/kcoltextexport.h
+++ b/khexedit/lib/kcoltextexport.h
@@ -18,7 +18,7 @@
#ifndef KHE_KCOLTEXTEXPORT_H
#define KHE_KCOLTEXTEXPORT_H
-class QString;
+class TQString;
namespace KHE
{
diff --git a/khexedit/lib/kcolumn.h b/khexedit/lib/kcolumn.h
index ea219c6..c405d1b 100644
--- a/khexedit/lib/kcolumn.h
+++ b/khexedit/lib/kcolumn.h
@@ -23,7 +23,7 @@
#include "kadds.h"
#include "ksection.h"
-class QPainter;
+class TQPainter;
namespace KHE
{
diff --git a/khexedit/lib/khexedit.h b/khexedit/lib/khexedit.h
index 38bb53e..8e81fd8 100644
--- a/khexedit/lib/khexedit.h
+++ b/khexedit/lib/khexedit.h
@@ -25,7 +25,7 @@
#include "khexedit_export.h"
#include "kcolumnsview.h"
-class QTimer;
+class TQTimer;
namespace KHE
{