summaryrefslogtreecommitdiffstats
path: root/test/qt/tst_headertest.cpp
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 16:20:12 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 16:20:12 +0000
commita929c9a3b465db8b7e17b9b39936c612c2621a7c (patch)
treed1764257d1bd56f8e6a044516ccfc9bc44f7f9f5 /test/qt/tst_headertest.cpp
parent5efe8e7f1d97931710558495a951e0b35afbfb72 (diff)
* Remove all bindings
Diffstat (limited to 'test/qt/tst_headertest.cpp')
-rw-r--r--test/qt/tst_headertest.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/qt/tst_headertest.cpp b/test/qt/tst_headertest.cpp
deleted file mode 100644
index eb90c555..00000000
--- a/test/qt/tst_headertest.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#define QT_NO_KEYWORDS
-#define signals Choke!
-#define slots Choke!
-#define emit Choke!
-#define foreach Choke!
-#define forever Choke!
-
-#define QT_NO_CAST_FROM_ASCII
-#define QT_NO_CAST_TO_ASCII
-
-#include <dbus/qdbus.h>
-
-int main(int, char **)
-{
- return 0;
-}