diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:36 +0900 |
commit | 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd (patch) | |
tree | 95f62323988ce952757dd740ea3e8811b4e2d13f /libtdepim/tdepartsdesignerplugin | |
parent | fb95ee4b5acb2be8ee1cb17cdeeaccc5e11dc744 (diff) | |
download | tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.tar.gz tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdepim/tdepartsdesignerplugin')
-rw-r--r-- | libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <kmimetype.h> #include <tqlayout.h> #include <tdeapplication.h> -#include <kdemacros.h> +#include <tdemacros.h> 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(); \ |