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 <qfiledialog.h> |
19 #include <QFileDialog> |
20 #include <qmessagebox.h> |
20 #include <QMessageBox> |
21 #include <QTextEdit> |
21 #include <QTextEdit> |
22 #include <QBoxLayout> |
22 #include <QBoxLayout> |
|
23 |
23 #include "gui.h" |
24 #include "gui.h" |
24 #include "file.h" |
25 #include "file.h" |
25 #include "history.h" |
26 #include "history.h" |
26 #include "newPartDialog.h" |
27 #include "newPartDialog.h" |
27 #include "configDialog.h" |
28 #include "configDialog.h" |