summaryrefslogtreecommitdiffstats
path: root/xembed/tests/qt-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'xembed/tests/qt-common.h')
-rw-r--r--xembed/tests/qt-common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/xembed/tests/qt-common.h b/xembed/tests/qt-common.h
new file mode 100644
index 0000000..28cc56f
--- /dev/null
+++ b/xembed/tests/qt-common.h
@@ -0,0 +1,10 @@
+#include <qxembed.h>
+
+class XEmbedQtChildSite : public QXEmbed
+{
+ Q_OBJECT
+
+ public:
+
+ XEmbedQtChildSite (QWidget *parent, bool active, bool isQt);
+};