parts/distpart/lsmsupport.cpp
Go to the documentation of this file.00001 #include "lsmsupport.h" 00002 #include "lsmsupport.moc" 00003 #include <qlabel.h> 00004 00005 LsmSupport::LsmSupport(DistpartPart * part) : packageBase(part,"Lsm") { 00006 m_part = part; 00007 00008 label = new QLabel("Not yet implemented !",area()); 00009 } 00010 00011 LsmSupport::~LsmSupport() { 00012 }