From 9c3116fdd54f001a8b9dfec08a73ead565a932e9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 May 2024 19:19:45 +0900 Subject: Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent Signed-off-by: Michele Calgaro (cherry picked from commit 5b07ddbad4bd99ea23817aafa9e3650d7eca91ba) --- libtdepim/qutf7codecplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtdepim/qutf7codecplugin.cpp') diff --git a/libtdepim/qutf7codecplugin.cpp b/libtdepim/qutf7codecplugin.cpp index 7702ed9f..7fd2623b 100644 --- a/libtdepim/qutf7codecplugin.cpp +++ b/libtdepim/qutf7codecplugin.cpp @@ -59,4 +59,4 @@ TQTextCodec * TQUtf7CodecPlugin::createForName( const TQString & name ) { return 0; } -KDE_TQ_EXPORT_PLUGIN( TQUtf7CodecPlugin ); +TDE_EXPORT_PLUGIN( TQUtf7CodecPlugin ); -- cgit v1.2.3