-rw-r--r-- | libqtaux/qcolordialog.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libqtaux/qcolordialog.cpp b/libqtaux/qcolordialog.cpp index 907c2aa..ccef0ad 100644 --- a/libqtaux/qcolordialog.cpp +++ b/libqtaux/qcolordialog.cpp @@ -49,12 +49,16 @@ #include "qapplication.h" //////////// QWellArray BEGIN #include "qobjectdict.h" +#ifndef QT_NO_DRAGANDDROP +#include "qdragobject.h" +#endif + // // W A R N I N G // ------------- // // This file is not part of the Qt API. It exists for the convenience // of qwellarray.cpp and qcolordialog.cpp. |