diff -r 68bbe56badcc -r 7b8c82785145 QTfrontend/ui/page/pageoptions.h --- a/QTfrontend/ui/page/pageoptions.h Sun Jun 23 13:35:26 2013 -0400 +++ b/QTfrontend/ui/page/pageoptions.h Sun Jun 23 17:11:29 2013 -0400 @@ -90,6 +90,13 @@ QCheckBox *CBSavePassword; QCheckBox *CBAltDamage; QCheckBox *CBNameWithDate; + + + QCheckBox *CBTeamTag; + QCheckBox *CBHogTag; + QCheckBox *CBHealthTag; + QCheckBox *CBTagOpacity; + #ifdef __APPLE__ QCheckBox *CBAutoUpdate; QPushButton *BtnUpdateNow; @@ -165,7 +172,9 @@ QLabel * lblFullScreenRes; QLabel * lblWinScreenRes; + QLabel * lblTags; QWidget * winResContainer; + QWidget * tagsContainer; private slots: void forceFullscreen(int index);