diff options
Diffstat (limited to 'logic/notifications/NotificationChecker.h')
-rw-r--r-- | logic/notifications/NotificationChecker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/notifications/NotificationChecker.h b/logic/notifications/NotificationChecker.h index a3e615db..92bc23dc 100644 --- a/logic/notifications/NotificationChecker.h +++ b/logic/notifications/NotificationChecker.h @@ -2,8 +2,8 @@ #include <QObject> -#include "logic/net/NetJob.h" -#include "logic/net/CacheDownload.h" +#include "net/NetJob.h" +#include "net/CacheDownload.h" class NotificationChecker : public QObject { |