/*************************************************************************** dtepeditdlg.h - description ------------------- begin : Tue Feb 1 11:07:24 2005 copyright : (C) 2005 Andras Mantia ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; version 2 of the License. * * * ***************************************************************************/ #ifndef DTEPEDITDLG_H #define DTEPEDITDLG_H //qt includes #include //own includes #include "dtepeditdlgs.h" /** @author Andras Mantia */ class TDEConfig; class DTEPStructureEditDlgS; struct StructGroup { TQString name; /// m_structGroups; }; #endif