// Bad QPushButton *exitApplication; QLabel *duckCount; // Good QPushButton *exitApplicationPushButton; QLabel *duckCountLabel;