00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: YQEmpty.h 00014 00015 Author: Mathias Kettner <kettner@suse.de> 00016 Maintainer: Stefan Hundhammer <sh@suse.de> 00017 00018 /-*/ 00019 00020 // -*- c++ -*- 00021 00022 #ifndef YQEmpty_h 00023 #define YQEmpty_h 00024 00025 #include <qwidget.h> 00026 #include "YEmpty.h" 00027 00028 00029 class YQEmpty : public QWidget, public YEmpty 00030 { 00031 Q_OBJECT 00032 00033 public: 00037 YQEmpty( QWidget * parent, const YWidgetOpt & opt ); 00038 }; 00039 00040 #endif // YQEmpty_h