From cd1892fd666d4ce6e8a62f28f8322930887a98eb Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 21 Jun 2021 16:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20=20=20sr?= =?UTF-8?q?c/downloadlist.cpp=20=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20=20?= =?UTF-8?q?=20src/downloadlist.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/downloadlist.cpp | 2 +- src/downloadlist.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/downloadlist.cpp b/src/downloadlist.cpp index 1a1b46a..df81fdb 100644 --- a/src/downloadlist.cpp +++ b/src/downloadlist.cpp @@ -17,7 +17,7 @@ downloadlist::downloadlist(QWidget *parent) : action_dpkg(new QAction), action_deepin(new QAction), action_gdebi(new QAction), - output_w(new DDialog), + output_w(new QDialog), textbrowser(new QTextBrowser) { ui->setupUi(this); diff --git a/src/downloadlist.h b/src/downloadlist.h index a3c0c45..1fd81fd 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -8,7 +8,6 @@ #include -DWIDGET_USE_NAMESPACE namespace Ui { class downloadlist;