summaryrefslogtreecommitdiffstats
path: root/tdevdesigner/designer/designer_pch.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
commit6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch)
treeab69e390f7962b7e7dda1a3a64f035c61c751cf4 /tdevdesigner/designer/designer_pch.h
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'tdevdesigner/designer/designer_pch.h')
-rw-r--r--tdevdesigner/designer/designer_pch.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/tdevdesigner/designer/designer_pch.h b/tdevdesigner/designer/designer_pch.h
deleted file mode 100644
index fa840181..00000000
--- a/tdevdesigner/designer/designer_pch.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * This is a precompiled header file for use in Xcode / Mac GCC /
- * GCC >= 3.4 / VC to greatly speed the building of TQt Designer. It may
- * also be of use to people developing their own project, but it is
- * probably better to define your own header. Use of this header is
- * currently UNSUPPORTED.
- */
-
-#if defined __cplusplus
-
-#include <private/tqucomextra_p.h>
-#include <tqaction.h>
-#include <tqapplication.h>
-#include <tqcheckbox.h>
-#include <tqcombobox.h>
-#include <tqdialog.h>
-#include <tqheader.h>
-#include <tqlabel.h>
-#include <tqlayout.h>
-#include <tqlineedit.h>
-#include <tqlistbox.h>
-#include <tqlistview.h>
-#include <tqmap.h>
-#include <tqmessagebox.h>
-#include <tqmetaobject.h>
-#include <tqobjectlist.h>
-#include <tqpainter.h>
-#include <tqpixmap.h>
-#include <tqpushbutton.h>
-#include <tqspinbox.h>
-#include <tqstring.h>
-#include <tqtooltip.h>
-#include <tqvariant.h>
-#include <tqwhatsthis.h>
-#include <tqwidget.h>
-
-#include "command.h"
-#include "formwindow.h"
-#include "mainwindow.h"
-#include "metadatabase.h"
-#include "project.h"
-#include "widgetfactory.h"
-
-#endif