fctemplateedit.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 * Copyright (C) 2003 by Alexander Dymo * 00003 * cloudtemple@mksat.net * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU General Public License as published by * 00007 * the Free Software Foundation; either version 2 of the License, or * 00008 * (at your option) any later version. * 00009 ***************************************************************************/ 00010 00011 #ifndef FCTEMPLATEEDIT_H 00012 #define FCTEMPLATEEDIT_H 00013 00014 #include <qwidget.h> 00015 #include "fctemplateeditbase.h" 00016 00017 class FCTemplateEdit : public FCTemplateEditBase 00018 { 00019 Q_OBJECT 00020 public: 00021 FCTemplateEdit(QWidget *parent=0, const char *name=0); 00022 00023 ~FCTemplateEdit(); 00024 00025 protected slots: 00026 virtual void accept(); 00027 void slotTemplateNameChanged( ); 00028 }; 00029 00030 #endif