X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=xsltproc.h;fp=xsltproc.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=6c28f8636ba941caf2682a60f9c0ba8d91a46f82;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/xsltproc.h b/xsltproc.h deleted file mode 100644 index 6c28f86..0000000 --- a/xsltproc.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef XSLTPROC_H -#define XSLTPROC_H - -#include -#include - -#include "showtextdialog.h" - -class XSLTProc -{ -public: - XSLTProc(); - ~XSLTProc(); - void addStringParam(const QString &, const QString &); - void setOutputFile (const QString &); - void setXSLFile (const QString &); - void setInputFile (const QString &); - void addOutput (const QString &); - void process(); -private: - QStringList stringParamKey; - QStringList stringParamVal; - QString outputFile; - QString inputFile; - QString xslFile; - QString xsltprocessor; - bool showOutput; - ShowTextDialog *dia; -}; - -#endif