summaryrefslogtreecommitdiff
path: root/libqtaux
authormouse <mouse>2004-03-31 13:23:53 (UTC)
committer mouse <mouse>2004-03-31 13:23:53 (UTC)
commit859e524e4c55bedc4a73e3208f34a75013cb37f5 (patch) (unidiff)
treee46dc8a969254869e8a5d3cdc99b2c845f3e59e5 /libqtaux
parentc74a24cbd04cb74d832908eb2b373aed7b3cea71 (diff)
downloadopie-859e524e4c55bedc4a73e3208f34a75013cb37f5.zip
opie-859e524e4c55bedc4a73e3208f34a75013cb37f5.tar.gz
opie-859e524e4c55bedc4a73e3208f34a75013cb37f5.tar.bz2
added missed include file for QColorDrag
Diffstat (limited to 'libqtaux') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/qcolordialog.cpp4
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 @@
49#include "qapplication.h" 49#include "qapplication.h"
50 50
51//////////// QWellArray BEGIN 51//////////// QWellArray BEGIN
52 52
53#include "qobjectdict.h" 53#include "qobjectdict.h"
54 54
55#ifndef QT_NO_DRAGANDDROP
56#include "qdragobject.h"
57#endif
58
55// 59//
56// W A R N I N G 60// W A R N I N G
57// ------------- 61// -------------
58// 62//
59// This file is not part of the Qt API. It exists for the convenience 63// This file is not part of the Qt API. It exists for the convenience
60// of qwellarray.cpp and qcolordialog.cpp. 64// of qwellarray.cpp and qcolordialog.cpp.