[network/ruqola] src/widgets/databasedialog: Fix includes
Laurent Montel <[email protected]> Wed, 5 Aug 2026 05:29:20 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d597c8ae3f45ef84ebd25502cacdb5fd59e5eb0c by Laurent Montel. Committed on 05/08/2026 at 05:20. Pushed by mlaurent into branch 'master'. Fix includes M +3 -3 src/widgets/databasedialog/exploredatabasedialog.cpp https://invent.kde.org/network/ruqola/-/commit/d597c8ae3f45ef84ebd25502cacdb5fd59e5eb0c diff --git a/src/widgets/databasedialog/exploredatabasedialog.cpp b/src/widgets/databasedialog/exploredatabasedialog.cpp index 451430c820..baa6f14478 100644 --- a/src/widgets/databasedialog/exploredatabasedialog.cpp +++ b/src/widgets/databasedialog/exploredatabasedialog.cpp @@ -5,15 +5,15 @@ */ #include "exploredatabasedialog.h" -#include "databasedialog/exploredatabasee2eroomsstoragewidget.h" -#include "databasedialog/exploredatabaseroomspendingtypedinfostoragewidget.h" -#include "databasedialog/exploredatabaseroomsubscriptionswidget.h" #include "exploredatabaseaccountstoragewidget.h" +#include "exploredatabasee2eroomsstoragewidget.h" #include "exploredatabasee2estoragewidget.h" #include "exploredatabaseglobalstoragewidget.h" #include "exploredatabasejsonwidget.h" #include "exploredatabasemessagesstoragewidget.h" +#include "exploredatabaseroomspendingtypedinfostoragewidget.h" #include "exploredatabaseroomsstoragewidget.h" +#include "exploredatabaseroomsubscriptionswidget.h" #include "exploredatabaseviewmessageswidget.h" #include <KConfigGroup>