00001 #ifndef CREATORMC_H 00002 #define CREATORMC_H 00003 #include <qstring.h> 00008 class CreatorMC{ 00009 QString name; 00010 QString type; 00011 public: 00012 CreatorMC(QString cre,QString typ); 00013 QString getType(); 00014 QString getName(); 00015 }; 00016 #endif
1.3.6