fctypeedit.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 FCTYPEEDIT_H 00012 #define FCTYPEEDIT_H 00013 00014 00015 #include "fctypeeditbase.h" 00016 00017 class FCTypeEdit : public FCTypeEditBase 00018 { 00019 Q_OBJECT 00020 public: 00021 FCTypeEdit(QWidget *parent = 0, char *name = 0); 00022 00023 ~FCTypeEdit(); 00024 00025 protected slots: 00026 virtual void accept(); 00027 void slotTypeEditTextChanged( ); 00028 }; 00029 00030 #endif