summaryrefslogtreecommitdiffstats
path: root/libtdepim/qutf7codecplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-20 19:19:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-20 19:19:45 +0900
commit5b07ddbad4bd99ea23817aafa9e3650d7eca91ba (patch)
treee088f5f5c7af7dec80bad99b034198f1d0f474ac /libtdepim/qutf7codecplugin.cpp
parent2f5f281048b6969c784a62fa296e9dac65c246d3 (diff)
downloadtdepim-5b07ddbad4bd99ea23817aafa9e3650d7eca91ba.tar.gz
tdepim-5b07ddbad4bd99ea23817aafa9e3650d7eca91ba.zip
Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdepim/qutf7codecplugin.cpp')
-rw-r--r--libtdepim/qutf7codecplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/qutf7codecplugin.cpp b/libtdepim/qutf7codecplugin.cpp
index 7702ed9f1..7fd2623ba 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 );