summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/helper.h')
-rw-r--r--khexedit/lib/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/helper.h b/khexedit/lib/helper.h
index 5f2b009..5fa746f 100644
--- a/khexedit/lib/helper.h
+++ b/khexedit/lib/helper.h
@@ -25,7 +25,7 @@
// temporary solution until syntax highlighting is implemented
static inline TQColor colorForChar( const KHE::KHEChar Byte )
{
- return Byte.isUndefined() ? Qt::yellow : Byte.isPunct() ? Qt::red : Byte.isPrint() ? Qt::black : Qt::blue;
+ return Byte.isUndefined() ? TQt::yellow : Byte.isPunct() ? TQt::red : Byte.isPrint() ? TQt::black : TQt::blue;
}
#endif