summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/KIvioMapIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/KIvioMapIface.h')
-rw-r--r--kivio/kiviopart/KIvioMapIface.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kivio/kiviopart/KIvioMapIface.h b/kivio/kiviopart/KIvioMapIface.h
index ab2e655f..d7b77168 100644
--- a/kivio/kiviopart/KIvioMapIface.h
+++ b/kivio/kiviopart/KIvioMapIface.h
@@ -23,8 +23,8 @@
#include <dcopobject.h>
#include <dcopref.h>
-#include <qvaluelist.h>
-#include <qstringlist.h>
+#include <tqvaluelist.h>
+#include <tqstringlist.h>
class KivioMap;
@@ -34,16 +34,16 @@ class KIvioMapIface : virtual public DCOPObject
public:
KIvioMapIface( KivioMap* );
- virtual bool processDynamic(const QCString &fun, const QByteArray &data,
- QCString& replyType, QByteArray &replyData);
+ virtual bool processDynamic(const TQCString &fun, const TQByteArray &data,
+ TQCString& replyType, TQByteArray &replyData);
k_dcop:
- virtual DCOPRef page( const QString& name );
+ virtual DCOPRef page( const TQString& name );
virtual DCOPRef pageByIndex( int index );
virtual int pageCount() const;
- virtual QStringList pageNames() const;
- virtual QValueList<DCOPRef> pages();
- virtual DCOPRef insertPage( const QString& name );
+ virtual TQStringList pageNames() const;
+ virtual TQValueList<DCOPRef> pages();
+ virtual DCOPRef insertPage( const TQString& name );
private:
KivioMap* m_map;