Enforce namespaced includes for libQuotient

This commit is contained in:
Tobias Fella
2023-04-23 19:13:19 +02:00
parent 8db2526153
commit c963966f1d
55 changed files with 401 additions and 133 deletions

View File

@@ -11,11 +11,11 @@
#include <KNotification>
#include <KNotificationReplyAction>
#include <accountregistry.h>
#include <connection.h>
#include <csapi/pushrules.h>
#include <user.h>
#include <Quotient/accountregistry.h>
#include <Quotient/connection.h>
#include <Quotient/csapi/pushrules.h>
#include <Quotient/jobs/basejob.h>
#include <Quotient/user.h>
#include "controller.h"
#include "neochatconfig.h"