diff options
Diffstat (limited to 'tools/kfile-plugins/abiword/kfile_abiword.h')
-rw-r--r-- | tools/kfile-plugins/abiword/kfile_abiword.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/kfile-plugins/abiword/kfile_abiword.h b/tools/kfile-plugins/abiword/kfile_abiword.h index 33ee9c63..4aa3a837 100644 --- a/tools/kfile-plugins/abiword/kfile_abiword.h +++ b/tools/kfile-plugins/abiword/kfile_abiword.h @@ -22,21 +22,22 @@ #include <kfilemetainfo.h> -class QStringList; -class QDomNode; +class TQStringList; +class TQDomNode; class AbiwordPlugin: public KFilePlugin { Q_OBJECT + TQ_OBJECT public: - AbiwordPlugin( QObject *parent, const char *name, const QStringList& args ); + AbiwordPlugin( TQObject *tqparent, const char *name, const TQStringList& args ); virtual bool readInfo( KFileMetaInfo& info, uint what); private: void init(); - QString stringItem( const QString &name ); + TQString stringItem( const TQString &name ); }; #endif |