diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.h b/mainwindow.h index 6689795..f3f6128 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -19,8 +19,8 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#include <QtGui/QMainWindow> -#include <QtGui/QLabel> +#include <QtWidgets/QMainWindow> +#include <QtWidgets/QLabel> #include <phonon/MediaObject> #include <phonon/AudioOutput> #include "notebookmodel.h" |