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 #include <qlineedit.h> |
19 #include <QLineEdit> |
20 #include <qpushbutton.h> |
20 #include <QPushButton> |
21 #include <qdialogbuttonbox.h> |
21 #include <QDialogButtonBox> |
22 #include <QFileDialog> |
22 #include <QFileDialog> |
23 #include <QBoxLayout> |
23 #include <QBoxLayout> |
24 #include <QLabel> |
24 #include <QLabel> |
25 #include "ldrawPathDialog.h" |
25 #include "ldrawPathDialog.h" |
26 #include "gui.h" |
26 #include "gui.h" |