From 4c0dae60b2fbc60996fc8f4bd29ee6219b869527 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:03:00 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- kate/part/katehighlight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part/katehighlight.h') diff --git a/kate/part/katehighlight.h b/kate/part/katehighlight.h index 3ab7a7042..caad80a90 100644 --- a/kate/part/katehighlight.h +++ b/kate/part/katehighlight.h @@ -251,7 +251,7 @@ class KateHighlighting TQValueVector m_contexts; inline KateHlContext *contextNum (uint n) { if (n < m_contexts.size()) return m_contexts[n]; return 0; } - TQMap< QPair, short> dynamicCtxs; + TQMap< TQPair, short> dynamicCtxs; // make them pointers perhaps KateEmbeddedHlInfos embeddedHls; -- cgit v1.2.1