src/dialogs.h

changeset 497
c51941e590b6
parent 493
16766ac1bbd9
child 498
791c831c8020
equal deleted inserted replaced
496:d6cbf21af8fb 497:c51941e590b6
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef DIALOGS_H 19 #ifndef LDFORGE_DIALOGS_H
20 #define DIALOGS_H 20 #define LDFORGE_DIALOGS_H
21 21
22 #include <QDialog> 22 #include <QDialog>
23 #include "common.h" 23 #include "common.h"
24 #include "types.h" 24 #include "types.h"
25 25
133 133
134 private slots: 134 private slots:
135 void slot_mail(); 135 void slot_mail();
136 }; 136 };
137 137
138 #endif // DIALOGS_H 138 #endif // LDFORGE_DIALOGS_H

mercurial