From dc6b8e72fed2586239e3514819238c520636c9d9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:54:04 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/parts/kafka/cursors.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'quanta/parts/kafka/cursors.h') diff --git a/quanta/parts/kafka/cursors.h b/quanta/parts/kafka/cursors.h index 22eea7b1..6ff94439 100644 --- a/quanta/parts/kafka/cursors.h +++ b/quanta/parts/kafka/cursors.h @@ -85,13 +85,13 @@ public: * @return Returns the location of the Node where the selection begin (and where the cursor is if * m_cursorAtSelectionStart). */ - QValueList& cursorNode() {return m_cursorNode;} + TQValueList& cursorNode() {return m_cursorNode;} /** * @param cursorNode Set the location of the Node where the selection begin (and where the cursor is if * m_cursorAtSelectionStart) */ - void setCursorNode(QValueList cursorNode) {m_cursorNode = cursorNode;} + void setCursorNode(TQValueList cursorNode) {m_cursorNode = cursorNode;} /** * @return Returns the offset of the cursor where the selection begin (and where the cursor is if @@ -121,13 +121,13 @@ public: * selection ends. * Empty if this instance only carry the cursor coordinates. */ - QValueList& cursorNodeEndSel() {return m_cursorNodeEndSel;} + TQValueList& cursorNodeEndSel() {return m_cursorNodeEndSel;} /** * @param cursorNodeEndSel Set the location of the end selection Node where the * selection ends. */ - void setCursorNodeEndSel(QValueList cursorNodeEndSel) + void setCursorNodeEndSel(TQValueList cursorNodeEndSel) {m_cursorNodeEndSel = cursorNodeEndSel;} /** @@ -142,7 +142,7 @@ public: {m_cursorOffsetEndSel = cursorOffsetEndSel;} private: - QValueList m_cursorNode, m_cursorNodeEndSel; + TQValueList m_cursorNode, m_cursorNodeEndSel; int m_cursorOffset, m_cursorOffsetEndSel; bool m_cursorAtSelectionStart; }; -- cgit v1.2.1