From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/interfaces/documentmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/interfaces/documentmanager.h') diff --git a/kate/interfaces/documentmanager.h b/kate/interfaces/documentmanager.h index 82a714aa6..a0c5e2387 100644 --- a/kate/interfaces/documentmanager.h +++ b/kate/interfaces/documentmanager.h @@ -19,7 +19,7 @@ #ifndef _KATE_DOCMANAGER_INCLUDE_ #define _KATE_DOCMANAGER_INCLUDE_ -#include +#include #include namespace Kate @@ -61,7 +61,7 @@ class KDE_EXPORT DocumentManager : public QObject /** open a document and return a pointer to the document, if you specify a pointer != 0 to the id parameter * you will get the document id returned too */ - class Document *openURL(const KURL&url,const QString &encoding=QString::null,uint *id =0); + class Document *openURL(const KURL&url,const TQString &encoding=TQString::null,uint *id =0); /** close a document by pointer */ bool closeDocument(class Document *document); -- cgit v1.2.1