From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- interfaces/ktexteditor/cursorinterface.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'interfaces/ktexteditor/cursorinterface.h') diff --git a/interfaces/ktexteditor/cursorinterface.h b/interfaces/ktexteditor/cursorinterface.h index b243d3c4c..ad3e0134b 100644 --- a/interfaces/ktexteditor/cursorinterface.h +++ b/interfaces/ktexteditor/cursorinterface.h @@ -19,8 +19,8 @@ #ifndef __ktexteditor_cursorinterface_h__ #define __ktexteditor_cursorinterface_h__ -#include -#include +#include +#include #include @@ -37,11 +37,11 @@ class KTEXTEDITOR_EXPORT Cursor virtual bool setPosition ( unsigned int line, unsigned int col ) = 0; - virtual bool insertText ( const QString& text ) = 0; + virtual bool insertText ( const TQString& text ) = 0; virtual bool removeText ( unsigned int numberOfCharacters ) = 0; - virtual QChar currentChar () const = 0; + virtual TQChar currentChar () const = 0; }; /** @@ -58,7 +58,7 @@ class KTEXTEDITOR_EXPORT CursorInterface unsigned int cursorInterfaceNumber () const; protected: - void setCursorInterfaceDCOPSuffix (const QCString &suffix); + void setCursorInterfaceDCOPSuffix (const TQCString &suffix); public: /** @@ -69,7 +69,7 @@ class KTEXTEDITOR_EXPORT CursorInterface /* * Accessor to the list of cursors. */ - virtual QPtrList cursors () const = 0; + virtual TQPtrList cursors () const = 0; private: class PrivateCursorInterface *d; -- cgit v1.2.3