This commit is contained in:
parent
0d64bff7fa
commit
04d6174875
|
@ -6,7 +6,7 @@
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
|
||||||
#include <DDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
DWIDGET_USE_NAMESPACE
|
DWIDGET_USE_NAMESPACE
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ private:
|
||||||
QAction *action_deepin;
|
QAction *action_deepin;
|
||||||
QAction *action_gdebi;
|
QAction *action_gdebi;
|
||||||
|
|
||||||
DDialog *output_w;
|
QDialog *output_w;
|
||||||
QTextBrowser *textbrowser;
|
QTextBrowser *textbrowser;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|
Loading…
Reference in New Issue