Source
xxxxxxxxxx
42
42
#include <QColor>
43
43
#include <QHash>
44
44
#include <QWidget>
45
45
//#dk Be careful to put *.ui.h within X_enter/exit bracket too,
46
46
//# because they'll have Qt includes.
47
47
//# E.g. <QApplication> needs the X11 definition of 'Display'
48
48
#include <display/QtViewer/QtDataManager.ui.h>
49
49
#include <display/QtViewer/QtDataMgrMsSelect.ui.h>
50
50
#include <display/QtViewer/VOParam.ui.h>
51
51
#if ! defined(WITHOUT_DBUS)
52
-
#include <dbus/dVO.h>
52
+
#include <casaqt/QtDBus/dVO.h>
53
53
#endif
54
54
#include <graphics/X11/X_exit.h>
55
55
#include <display/Utilities/Lowlevel.h>
56
56
#include <QListWidget>
57
57
#include <set>
58
58
#include <list>
59
59
#if defined(__APPLE__)
60
60
#include <tuple>
61
61
#define TUPLE std::tuple
62
62
#else