00001 #ifndef QSEREGEXPPARAMETER_H 00002 #define QSEREGEXPPARAMETER_H 00003 00004 #include "qseparameter.h" 00005 00006 class QseRegExpParameter : public QseParameter 00007 { 00008 Q_OBJECT; 00009 00010 public: 00011 QseRegExpParameter(QseOperator* op, const QString& name, QObject* parent=0); 00012 }; 00013 00014 #endif
1.5.5