Minor : change some include

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4530 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun 2016-05-27 12:59:24 +00:00
parent ef555c5424
commit 732f1c5e17
3 changed files with 22 additions and 2 deletions

View File

@ -15,6 +15,12 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>. along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <QVBoxLayout>
#include <QLabel>
#include <QTreeView>
#include <QDialogButtonBox>
#include <QPushButton>
#include "elementdialog.h" #include "elementdialog.h"
#include "qetapp.h" #include "qetapp.h"
#include "qfilenameedit.h" #include "qfilenameedit.h"

View File

@ -17,13 +17,21 @@
*/ */
#ifndef QET_APP_H #ifndef QET_APP_H
#define QET_APP_H #define QET_APP_H
#include "qetsingleapplication.h"
#include <QTranslator> #include <QTranslator>
#include <QtWidgets> #include <QSystemTrayIcon>
#include <QPalette>
#include "qetsingleapplication.h"
#include "elementslocation.h" #include "elementslocation.h"
#include "templatelocation.h" #include "templatelocation.h"
#include "qetarguments.h" #include "qetarguments.h"
class QSplashScreen;
class QMenu;
class QAction;
class QMainWindow;
#define QETAPP_COMMON_TBT_PROTOCOL "commontbt" #define QETAPP_COMMON_TBT_PROTOCOL "commontbt"
#define QETAPP_CUSTOM_TBT_PROTOCOL "customtbt" #define QETAPP_CUSTOM_TBT_PROTOCOL "customtbt"

View File

@ -15,6 +15,12 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>. along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <QAction>
#include <QWhatsThis>
#include <QMenu>
#include <QMenuBar>
#include <QDragEnterEvent>
#include "qetmainwindow.h" #include "qetmainwindow.h"
#include "qeticons.h" #include "qeticons.h"
#include "qetapp.h" #include "qetapp.h"