]> Shamusworld >> Repos - architektonas/blobdiff - src/baseunittab.h
Converted codebase from Qt4 to Qt5.
[architektonas] / src / baseunittab.h
index 022317c1c6f5078fa988dd40bcc27764bc6c4c84..b600a72df3b8f858219dade478138dc094a8e6dc 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __BASEUNITTAB_H__
 #define __BASEUNITTAB_H__
 
-#include <QtGui>
+#include <QtWidgets>
 
 class BaseUnitTab: public QWidget
 {
@@ -12,7 +12,10 @@ class BaseUnitTab: public QWidget
                ~BaseUnitTab();
 
        public:
-               QCheckBox * antialiasChk;
+//             QCheckBox * antialiasChk;
+               QRadioButton * unitInch;
+               QRadioButton * unitFoot;
+               QRadioButton * unitYard;
 };
 
 #endif // __BASEUNITTAB_H__