KDevelop API Documentation

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
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:10 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003