diff --git a/telegram/integrationplugintelegram.cpp b/telegram/integrationplugintelegram.cpp index c4c106d4..968a23bf 100644 --- a/telegram/integrationplugintelegram.cpp +++ b/telegram/integrationplugintelegram.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2020, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,7 +31,7 @@ #include "integrationplugintelegram.h" #include "plugininfo.h" -#include "network/networkaccessmanager.h" +#include #include diff --git a/telegram/integrationplugintelegram.h b/telegram/integrationplugintelegram.h index 1576a679..8e21ef14 100644 --- a/telegram/integrationplugintelegram.h +++ b/telegram/integrationplugintelegram.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2020, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,7 +31,7 @@ #ifndef INTEGRATIONPLUGINPUSHBULLET_H #define INTEGRATIONPLUGINPUSHBULLET_H -#include "integrations/integrationplugin.h" +#include #include "extern-plugininfo.h" class IntegrationPluginTelegram: public IntegrationPlugin diff --git a/telegram/telegram.pro b/telegram/telegram.pro index eaabe276..5f835906 100644 --- a/telegram/telegram.pro +++ b/telegram/telegram.pro @@ -1,8 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(nymea_integrationplugintelegram) - -QT+= network +QT *= network SOURCES += \ integrationplugintelegram.cpp