From 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:18:36 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/tdepartsdesignerplugin') diff --git a/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp index 618fccdd9..4d37dc953 100644 --- a/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp +++ b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include KPartsGenericPart::KPartsGenericPart( TQWidget* parentWidget, const char* name ) : TQWidget( parentWidget, name ), m_part( 0 ) @@ -103,7 +103,7 @@ bool KPartsWidgetPlugin::isContainer( const TQString & /*key*/ ) const { return false; } -/// Duplicated from tdelibs/tdecore/kdemacros.h.in for those with tdelibs < 3.4 +/// Duplicated from tdelibs/tdecore/tdemacros.h.in for those with tdelibs < 3.4 #ifndef TDE_EXPORT_PLUGIN #define TDE_EXPORT_PLUGIN(PLUGIN) \ TQ_EXTERN_C TDE_EXPORT const char* qt_ucm_query_verification_data(); \ -- cgit v1.2.1