diff -r 82a868e9e929 -r f246725199dc src/newPartDialog.h --- a/src/newPartDialog.h Tue May 14 02:28:28 2013 +0300 +++ b/src/newPartDialog.h Tue May 14 03:23:01 2013 +0300 @@ -19,15 +19,12 @@ #ifndef NEWPARTDIALOG_H #define NEWPARTDIALOG_H -#include -#include -#include -#include -#include -#include -#include -#include "gui.h" -#include "radiobox.h" +#include +#include "common.h" + +class QLabel; +class QLineEdit; +class RadioBox; class NewPartDialog : public QDialog { public: @@ -36,9 +33,7 @@ QLabel* lb_brickIcon, *lb_name, *lb_author, *lb_license, *lb_BFC; QLineEdit* le_name, *le_author; - RadioBox* rb_license, *rb_BFC; - QDialogButtonBox* bbx_buttons; }; #endif // NEWPARTDIALOG_H \ No newline at end of file