00001 // 00002 // C++ Interface: confreglasview 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: Tomeu Borras <tborras@conetxia.com>, (C) 2005 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #ifndef CONFREGLASVIEW_H 00013 #define CONFREGLASVIEW_H 00014 00015 #include <confreglas.h> 00016 00020 class confreglasview : public confreglas { 00021 Q_OBJECT 00022 public: 00023 confreglasview(QWidget *parent = 0, const char *name = 0); 00024 00025 ~confreglasview(); 00026 00027 }; 00028 00029 #endif