src/configDialog.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 CONFIGDIALOG_H 19 #ifndef LDFORGE_CONFIGDIALOG_H
20 #define CONFIGDIALOG_H 20 #define LDFORGE_CONFIGDIALOG_H
21 21
22 #include "gui.h" 22 #include "gui.h"
23 #include <QDialog> 23 #include <QDialog>
24 24
25 class Ui_ConfigUI; 25 class Ui_ConfigUI;
112 112
113 private slots: 113 private slots:
114 virtual void keyPressEvent (QKeyEvent* ev) override; 114 virtual void keyPressEvent (QKeyEvent* ev) override;
115 }; 115 };
116 116
117 #endif // CONFIGDIALOG_H 117 #endif // LDFORGE_CONFIGDIALOG_H

mercurial