diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kate/interfaces/documentmanager.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/interfaces/documentmanager.h')
-rw-r--r-- | kate/interfaces/documentmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <qobject.h> +#include <tqobject.h> #include <kurl.h> 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); |