summaryrefslogtreecommitdiffstats
path: root/xembed/tests/qt-common.h
blob: 28cc56f145b675feae3677bdf78db2e8bd4e3955 (plain)
1
2
3
4
5
6
7
8
9
10
#include <qxembed.h>

class XEmbedQtChildSite : public QXEmbed
{
  Q_OBJECT

 public:

  XEmbedQtChildSite (QWidget *parent, bool active, bool isQt);
};