zz_addObjectDialog.h

changeset 157
635da3135bd4
parent 151
15fe6c51de54
child 160
edcb03f3ef75
--- a/zz_addObjectDialog.h	Sat May 04 01:57:42 2013 +0300
+++ b/zz_addObjectDialog.h	Sat May 04 02:52:33 2013 +0300
@@ -20,7 +20,7 @@
 #define ZZ_ADDOBJECTDIALOG_H
 
 #include "gui.h"
-#include "buttonbox.h"
+#include "radiobox.h"
 #include <qdialog.h>
 #include <qlineedit.h>
 #include <qdialogbuttonbox.h>
@@ -50,7 +50,7 @@
 	QPushButton* pb_color;
 	
 	// BFC-related widgets
-	ButtonBox<QRadioButton>* bb_bfcType;
+	RadioBox* rb_bfcType;
 	
 	// Subfile stuff
 	QTreeWidget* tw_subfileList;
@@ -58,7 +58,7 @@
 	
 	// Radial stuff
 	QCheckBox* cb_radHiRes;
-	ButtonBox<QRadioButton>* bb_radType;
+	RadioBox* rb_radType;
 	QSpinBox* sb_radSegments, *sb_radRingNum;
 	QLabel* lb_radType, *lb_radResolution, *lb_radSegments,
 		*lb_radRingNum;

mercurial