diff options
Diffstat (limited to 'src/kchmsourcefactory.h')
-rw-r--r-- | src/kchmsourcefactory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kchmsourcefactory.h b/src/kchmsourcefactory.h index dd03968..2946253 100644 --- a/src/kchmsourcefactory.h +++ b/src/kchmsourcefactory.h @@ -22,19 +22,19 @@ #ifndef KCHMSOURCEFACTORY_H #define KCHMSOURCEFACTORY_H -#include <qmime.h> +#include <tqmime.h> #include "forwarddeclarations.h" /** @author Georgy Yunaev */ -class KCHMSourceFactory : public QMimeSourceFactory +class KCHMSourceFactory : public TQMimeSourceFactory { public: KCHMSourceFactory (KCHMViewWindow * viewwindow); - virtual const QMimeSource * data ( const QString & abs_name ) const; - virtual QString makeAbsolute ( const QString & abs_or_rel_name, const QString & context ) const; + virtual const TQMimeSource * data ( const TQString & abs_name ) const; + virtual TQString makeAbsolute ( const TQString & abs_or_rel_name, const TQString & context ) const; private: KCHMViewWindow * m_viewWindow; |