summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qdrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qdrag.h')
-rw-r--r--src/gui/kernel/qdrag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qdrag.h b/src/gui/kernel/qdrag.h
index 7e54b51..b49d82a 100644
--- a/src/gui/kernel/qdrag.h
+++ b/src/gui/kernel/qdrag.h
@@ -61,7 +61,7 @@ class QDragManager;
class Q_GUI_EXPORT QDrag : public QObject
{
Q_OBJECT
- Q_DECLARE_SCOPED_PRIVATE(QDrag)
+ Q_DECLARE_PRIVATE(QDrag)
public:
explicit QDrag(QWidget *dragSource);
~QDrag();