[qet] [4530] Minor : change some include |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4530
Author: blacksun
Date: 2016-05-27 14:59:24 +0200 (Fri, 27 May 2016)
Log Message:
-----------
Minor : change some include
Modified Paths:
--------------
trunk/sources/elementdialog.cpp
trunk/sources/qetapp.h
trunk/sources/qetmainwindow.cpp
Modified: trunk/sources/elementdialog.cpp
===================================================================
--- trunk/sources/elementdialog.cpp 2016-05-27 12:44:24 UTC (rev 4529)
+++ trunk/sources/elementdialog.cpp 2016-05-27 12:59:24 UTC (rev 4530)
@@ -15,6 +15,12 @@
You should have received a copy of the GNU General Public License
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 "qetapp.h"
#include "qfilenameedit.h"
Modified: trunk/sources/qetapp.h
===================================================================
--- trunk/sources/qetapp.h 2016-05-27 12:44:24 UTC (rev 4529)
+++ trunk/sources/qetapp.h 2016-05-27 12:59:24 UTC (rev 4530)
@@ -17,13 +17,21 @@
*/
#ifndef QET_APP_H
#define QET_APP_H
+
+#include <QTranslator>
+#include <QSystemTrayIcon>
+#include <QPalette>
+
#include "qetsingleapplication.h"
-#include <QTranslator>
-#include <QtWidgets>
#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"
Modified: trunk/sources/qetmainwindow.cpp
===================================================================
--- trunk/sources/qetmainwindow.cpp 2016-05-27 12:44:24 UTC (rev 4529)
+++ trunk/sources/qetmainwindow.cpp 2016-05-27 12:59:24 UTC (rev 4530)
@@ -15,6 +15,12 @@
You should have received a copy of the GNU General Public License
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 "qeticons.h"
#include "qetapp.h"