From 04d6174875a00cd9c352d77abe9f2150bbcb6da9 Mon Sep 17 00:00:00 2001
From: shenmo <shenmo@spark-app.store>
Date: Mon, 21 Jun 2021 14:13:22 +0800
Subject: [PATCH] .

---
 src/downloadlist.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/downloadlist.h b/src/downloadlist.h
index e9a8b8a..a3c0c45 100644
--- a/src/downloadlist.h
+++ b/src/downloadlist.h
@@ -6,7 +6,7 @@
 #include <QMenu>
 #include <QAction>
 
-#include <DDialog>
+#include <QDialog>
 
 DWIDGET_USE_NAMESPACE
 
@@ -52,7 +52,7 @@ private:
     QAction *action_deepin;
     QAction *action_gdebi;
 
-    DDialog *output_w;
+    QDialog *output_w;
     QTextBrowser *textbrowser;
 
 private slots: