summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/katedocumentmanagerinterface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:56:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:56:07 +0000
commitd6f8bbb45b267065a6907e71ff9c98bb6d161241 (patch)
treed109539636691d7b03036ca1c0ed29dbae6577cf /lib/interfaces/katedocumentmanagerinterface.h
parent3331a47a9cad24795c7440ee8107143ce444ef34 (diff)
downloadtdevelop-d6f8bbb45b267065a6907e71ff9c98bb6d161241.tar.gz
tdevelop-d6f8bbb45b267065a6907e71ff9c98bb6d161241.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/interfaces/katedocumentmanagerinterface.h')
-rw-r--r--lib/interfaces/katedocumentmanagerinterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/interfaces/katedocumentmanagerinterface.h b/lib/interfaces/katedocumentmanagerinterface.h
index 41c1bd60..f4264d2e 100644
--- a/lib/interfaces/katedocumentmanagerinterface.h
+++ b/lib/interfaces/katedocumentmanagerinterface.h
@@ -19,7 +19,7 @@
#ifndef KATEDOCUMENTMANAGERINTERFACE_H
#define KATEDOCUMENTMANAGERINTERFACE_H
-#include <qobject.h>
+#include <tqobject.h>
#include <dcopobject.h>
#include <dcopref.h>
#include <kurl.h>
@@ -30,7 +30,7 @@ This is an emulated interface to provide compatibility with Kate scripts.
@author KDevelop Authors
*/
-class KateDocumentManagerInterface : public QObject, public DCOPObject {
+class KateDocumentManagerInterface : public TQObject, public DCOPObject {
Q_OBJECT
K_DCOP
@@ -43,7 +43,7 @@ k_dcop:
DCOPRef activeDocument();
DCOPRef document( uint n );
DCOPRef documentWithID( uint id );
- DCOPRef openURL( const KURL &url, const QString &encoding );
+ DCOPRef openURL( const KURL &url, const TQString &encoding );
bool closeAllDocuments();
bool closeDocument( uint n );
bool isOpen( const KURL &url );