fix: DGuiApplicationHelper not found

DGuiApplicationHelper has been moved into DGui, so using Dtk::Gui instead of Dtk::Widget

log: as title
This commit is contained in:
tsic404 2023-06-19 18:07:19 +08:00 committed by deepin-bot[bot]
parent ec4637a430
commit 32f8fe02bf
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class QGridLayout;
class DisplaySettingWidget; class DisplaySettingWidget;
struct QuickDragInfo; struct QuickDragInfo;
DWIDGET_USE_NAMESPACE DGUI_USE_NAMESPACE
class QuickSettingContainer : public QWidget class QuickSettingContainer : public QWidget
{ {

View File

@ -17,6 +17,7 @@
namespace Dtk { namespace Widget { class DListView; } } namespace Dtk { namespace Widget { class DListView; } }
using namespace Dtk::Widget; using namespace Dtk::Widget;
using namespace Dtk::Gui;
namespace Dock { namespace Dock {
class TipsWidget; class TipsWidget;
} }