kde-playground/khelpcenter/slave/xslt_kde.h
2015-09-03 08:01:50 +00:00

15 lines
371 B
C++

#ifndef _MEIN_XSLT_KDE_H_
#define _MEIN_XSLT_KDE_H_
#include <QtCore/QString>
#include <QtCore/QVector>
class QByteArray;
class QIODevice;
class KComponentData;
void fillInstance(KComponentData &ins, const QString &srcdir = QString() );
bool saveToCache( const QString &contents, const QString &filename );
QIODevice *getBZip2device(const QString &fileName );
#endif