From 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 19:08:44 +0900 Subject: Rename kdemacros.* files to tdemacros.* A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro --- networkstatus/networkstatus.cpp | 2 +- networkstatus/networkstatusindicator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'networkstatus') diff --git a/networkstatus/networkstatus.cpp b/networkstatus/networkstatus.cpp index 98ea086b6..7937a52d6 100644 --- a/networkstatus/networkstatus.cpp +++ b/networkstatus/networkstatus.cpp @@ -34,7 +34,7 @@ #include "network.h" #include -#include +#include extern "C" { TDE_EXPORT KDEDModule* create_networkstatus( const TQCString& obj ) diff --git a/networkstatus/networkstatusindicator.h b/networkstatus/networkstatusindicator.h index e88a41f17..e7778027e 100644 --- a/networkstatus/networkstatusindicator.h +++ b/networkstatus/networkstatusindicator.h @@ -24,7 +24,7 @@ #define KDE_NETWORKSTATUS_INDICATOR_H #include -#include +#include #include class StatusBarNetworkStatusIndicator : public TQHBox -- cgit v1.2.1