diff options
Diffstat (limited to 'lib/interfaces/katedocumentmanagerinterface.h')
-rw-r--r-- | lib/interfaces/katedocumentmanagerinterface.h | 6 |
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 ); |