author | mouse <mouse> | 2004-03-31 13:23:53 (UTC) |
---|---|---|
committer | mouse <mouse> | 2004-03-31 13:23:53 (UTC) |
commit | 859e524e4c55bedc4a73e3208f34a75013cb37f5 (patch) (side-by-side diff) | |
tree | e46dc8a969254869e8a5d3cdc99b2c845f3e59e5 | |
parent | c74a24cbd04cb74d832908eb2b373aed7b3cea71 (diff) | |
download | opie-859e524e4c55bedc4a73e3208f34a75013cb37f5.zip opie-859e524e4c55bedc4a73e3208f34a75013cb37f5.tar.gz opie-859e524e4c55bedc4a73e3208f34a75013cb37f5.tar.bz2 |
added missed include file for QColorDrag
-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 @@ -52,6 +52,10 @@ #include "qobjectdict.h" +#ifndef QT_NO_DRAGANDDROP +#include "qdragobject.h" +#endif + // // W A R N I N G // ------------- |