mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-14 20:33:05 +02:00
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:
parent
ef555c5424
commit
732f1c5e17
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user