summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/designer_pch.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 20:05:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-02 20:05:33 +0100
commit722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch)
treedb1b6b28566e5fe9accb4a688f7257673cecb080 /kdevdesigner/designer/designer_pch.h
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
Diffstat (limited to 'kdevdesigner/designer/designer_pch.h')
-rw-r--r--kdevdesigner/designer/designer_pch.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/kdevdesigner/designer/designer_pch.h b/kdevdesigner/designer/designer_pch.h
deleted file mode 100644
index fa840181..00000000
--- a/kdevdesigner/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