parts/distpart/lsmsupport.h
Go to the documentation of this file.00001 #ifndef __LSMSUPPORT_H__ 00002 #define __LSMSUPPORT_H__ 00003 00004 #include <qwidget.h> 00005 #include "packagebase.h" 00006 #include "distpart_part.h" 00007 00008 class QLabel; 00009 00010 class LsmSupport : public packageBase 00011 { 00012 Q_OBJECT 00013 00014 public: 00015 LsmSupport(DistpartPart * m_part); 00016 ~LsmSupport(); 00017 00018 private: 00019 DistpartPart * m_part; 00020 QLabel * label; 00021 }; 00022 00023 #endif