aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/pch.h')
-rw-r--r--src/modules/objects/pch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/objects/pch.h b/src/modules/objects/pch.h
deleted file mode 100644
index 7f94318ca..000000000
--- a/src/modules/objects/pch.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#if defined __cplusplus
- #include <qvariant.h> // All moc genereated code has this include
- #include <qstring.h>
- #include "kvi_settings.h"
- #include "kvi_app.h"
- #include "object_macros.h"
- #include "kvi_locale.h"
-#endif