diff options
Diffstat (limited to 'quacker/history.cpp')
-rw-r--r-- | quacker/history.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quacker/history.cpp b/quacker/history.cpp index 0ea2feb..8794579 100644 --- a/quacker/history.cpp +++ b/quacker/history.cpp @@ -16,10 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <QtGui> -#include <QVBoxLayout> -#include <QTableWidget> -#include <QTableWidgetItem> +#include <QtWidgets> #include <game.h> #include <quackleio/util.h> |