From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/part/katehighlight.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kate/part/katehighlight.h') diff --git a/kate/part/katehighlight.h b/kate/part/katehighlight.h index b42fccb62..8bdc73b39 100644 --- a/kate/part/katehighlight.h +++ b/kate/part/katehighlight.h @@ -213,7 +213,7 @@ class KateHighlighting inline bool noHighlighting () const { return noHl; }; - // be carefull: all documents hl should be invalidated after calling this method! + // be carefull: all documents hl should be tqinvalidated after calling this method! void dropDynamicContexts(); TQString indentation () { return m_indentation; } @@ -338,7 +338,7 @@ class KateHighlighting inline bool allowsFolding(){return folding;} }; -class KateHlManager : public QObject +class KateHlManager : public TQObject { Q_OBJECT @@ -357,7 +357,7 @@ class KateHlManager : public QObject int detectHighlighting (class KateDocument *doc); - int findHl(KateHighlighting *h) {return hlList.find(h);} + int findHl(KateHighlighting *h) {return hlList.tqfind(h);} TQString identifierForName(const TQString&); // methodes to get the default style count + names @@ -377,7 +377,7 @@ class KateHlManager : public QObject uint countDynamicCtxs() { return dynamicCtxsCount; }; void setForceNoDCReset(bool b) { forceNoDCReset = b; }; - // be carefull: all documents hl should be invalidated after having successfully called this method! + // be carefull: all documents hl should be tqinvalidated after having successfully called this method! bool resetDynamicCtxs(); signals: -- cgit v1.2.1