diff options
Diffstat (limited to 'kspread/KSpreadMapIface.h')
-rw-r--r-- | kspread/KSpreadMapIface.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kspread/KSpreadMapIface.h b/kspread/KSpreadMapIface.h index 8e7d156a..d2b46572 100644 --- a/kspread/KSpreadMapIface.h +++ b/kspread/KSpreadMapIface.h @@ -21,8 +21,8 @@ #ifndef KSPREAD_MAP_IFACE_H #define KSPREAD_MAP_IFACE_H -#include <qstringlist.h> -#include <qvaluelist.h> +#include <tqstringlist.h> +#include <tqvaluelist.h> #include <dcopobject.h> #include <dcopref.h> @@ -38,16 +38,16 @@ class MapIface : virtual public DCOPObject public: MapIface( Map* ); - 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 sheet( const QString& name ); + virtual DCOPRef sheet( const TQString& name ); virtual DCOPRef sheetByIndex( int index ); virtual int sheetCount() const; - virtual QStringList sheetNames() const; - virtual QValueList<DCOPRef> sheets(); - virtual DCOPRef insertSheet( const QString& name ); + virtual TQStringList sheetNames() const; + virtual TQValueList<DCOPRef> sheets(); + virtual DCOPRef insertSheet( const TQString& name ); private: Map* m_map; |