summaryrefslogtreecommitdiffstats
path: root/networkstatus
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 19:08:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 19:08:44 +0900
commit1307964495cdc9a74f7b4aabab14ad9ffaa93dd6 (patch)
tree1aaa2e5fab40b31281d139824c0a0cf1d2cc63b9 /networkstatus
parent6f4c529b36bcea84d6f05a724d99f476ced08fe9 (diff)
downloadtdelibs-1307964495cdc9a74f7b4aabab14ad9ffaa93dd6.tar.gz
tdelibs-1307964495cdc9a74f7b4aabab14ad9ffaa93dd6.zip
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'networkstatus')
-rw-r--r--networkstatus/networkstatus.cpp2
-rw-r--r--networkstatus/networkstatusindicator.h2
2 files changed, 2 insertions, 2 deletions
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 <tdeversion.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
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 <tqhbox.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <networkstatuscommon.h>
class StatusBarNetworkStatusIndicator : public TQHBox