00001 //LabPlot : ImportOPJ.h 00002 00003 #ifndef IMPORTOPJ_H 00004 #define IMPORTOPJ_H 00005 00006 #include <qstring.h> 00007 #include "MainWin.h" 00008 00009 class ImportOPJ 00010 { 00011 public: 00012 ImportOPJ(MainWin *mw, QString filename); 00013 int import(); 00014 private: 00015 MainWin *mw; 00016 QString filename; 00017 }; 00018 00019 #endif //IMPORTOPJ_H