From 732f1c5e177ba06350cb731f92a1943ca60c3fc8 Mon Sep 17 00:00:00 2001 From: blacksun Date: Fri, 27 May 2016 12:59:24 +0000 Subject: [PATCH] Minor : change some include git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4530 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/elementdialog.cpp | 6 ++++++ sources/qetapp.h | 12 ++++++++++-- sources/qetmainwindow.cpp | 6 ++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/sources/elementdialog.cpp b/sources/elementdialog.cpp index de94de0be..8f5da2974 100644 --- a/sources/elementdialog.cpp +++ b/sources/elementdialog.cpp @@ -15,6 +15,12 @@ You should have received a copy of the GNU General Public License along with QElectroTech. If not, see . */ +#include +#include +#include +#include +#include + #include "elementdialog.h" #include "qetapp.h" #include "qfilenameedit.h" diff --git a/sources/qetapp.h b/sources/qetapp.h index 4f1e283c2..0eac55eac 100644 --- a/sources/qetapp.h +++ b/sources/qetapp.h @@ -17,13 +17,21 @@ */ #ifndef QET_APP_H #define QET_APP_H -#include "qetsingleapplication.h" + #include -#include +#include +#include + +#include "qetsingleapplication.h" #include "elementslocation.h" #include "templatelocation.h" #include "qetarguments.h" +class QSplashScreen; +class QMenu; +class QAction; +class QMainWindow; + #define QETAPP_COMMON_TBT_PROTOCOL "commontbt" #define QETAPP_CUSTOM_TBT_PROTOCOL "customtbt" diff --git a/sources/qetmainwindow.cpp b/sources/qetmainwindow.cpp index 2f8e4cc21..196030d67 100644 --- a/sources/qetmainwindow.cpp +++ b/sources/qetmainwindow.cpp @@ -15,6 +15,12 @@ You should have received a copy of the GNU General Public License along with QElectroTech. If not, see . */ +#include +#include +#include +#include +#include + #include "qetmainwindow.h" #include "qeticons.h" #include "qetapp.h"