diff options
Diffstat (limited to 'quacker/brb.cpp')
-rw-r--r-- | quacker/brb.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quacker/brb.cpp b/quacker/brb.cpp index 8341dd6..6a42a48 100644 --- a/quacker/brb.cpp +++ b/quacker/brb.cpp @@ -16,9 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <QtGui> -#include <QHBoxLayout> -#include <QVBoxLayout> +#include <QtWidgets> #include <game.h> |