KDocTools
xslt_kde.h
Go to the documentation of this file.
00001 #ifndef _MEIN_XSLT_KDE_H_ 00002 #define _MEIN_XSLT_KDE_H_ 00003 00004 #include <QtCore/QString> 00005 #include <QtCore/QVector> 00006 00007 class QByteArray; 00008 class QIODevice; 00009 class KComponentData; 00010 00011 void fillInstance(KComponentData &ins, const QString &srcdir = QString() ); 00012 bool saveToCache( const QString &contents, const QString &filename ); 00013 QIODevice *getBZip2device(const QString &fileName ); 00014 00015 #endif
KDE 4.6 API Reference