diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:01 +0000 |
commit | b678e7f967f438e123324c7a34b02388e68d70dc (patch) | |
tree | 5720acc1076baf217f77c48c96f7cabdbab4382b /khexedit/lib | |
parent | 5f5ee2367157176ed223b86343eb0a9e4022e020 (diff) | |
download | tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khexedit/lib')
-rw-r--r-- | khexedit/lib/codecs/ktextcharcodec.h | 6 | ||||
-rw-r--r-- | khexedit/lib/controller/kcontroller.h | 2 | ||||
-rw-r--r-- | khexedit/lib/kbuffercolumn.h | 4 | ||||
-rw-r--r-- | khexedit/lib/kcharcolumn.h | 4 | ||||
-rw-r--r-- | khexedit/lib/kcoltextexport.h | 2 | ||||
-rw-r--r-- | khexedit/lib/kcolumn.h | 2 | ||||
-rw-r--r-- | khexedit/lib/khexedit.h | 2 |
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 { |