summaryrefslogtreecommitdiffstats
path: root/tdehtml/test_regression_fontoverload.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-01 21:32:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-01 21:32:16 +0900
commitbba3128085abe1a32cca43d9fb8ac02c2a29bf6b (patch)
treef831d0139ef6cd483a39cc1fb0cb39445f317185 /tdehtml/test_regression_fontoverload.cpp
parentcfbeb5efe9335d9a47bd5beebd81304cabab9f61 (diff)
downloadtdelibs-bba3128085abe1a32cca43d9fb8ac02c2a29bf6b.tar.gz
tdelibs-bba3128085abe1a32cca43d9fb8ac02c2a29bf6b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/test_regression_fontoverload.cpp')
-rw-r--r--tdehtml/test_regression_fontoverload.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/tdehtml/test_regression_fontoverload.cpp b/tdehtml/test_regression_fontoverload.cpp
index 0faf49fcc..6cb06f824 100644
--- a/tdehtml/test_regression_fontoverload.cpp
+++ b/tdehtml/test_regression_fontoverload.cpp
@@ -206,7 +206,7 @@ static TQString helv_pickxlfd( int pixelsize, bool italic, bool bold )
}
-KDE_EXPORT QFontEngine *
+TDE_EXPORT QFontEngine *
TQFontDatabase::findFont( TQFont::Script script, const QFontPrivate *fp,
const QFontDef &request, int )
{
@@ -253,13 +253,13 @@ TQFontDatabase::findFont( TQFont::Script script, const QFontPrivate *fp,
return fe;
}
-KDE_EXPORT bool TQFontDatabase::isBitmapScalable( const TQString &,
+TDE_EXPORT bool TQFontDatabase::isBitmapScalable( const TQString &,
const TQString &) const
{
return true;
}
-KDE_EXPORT bool TQFontDatabase::isSmoothlyScalable( const TQString &,
+TDE_EXPORT bool TQFontDatabase::isSmoothlyScalable( const TQString &,
const TQString &) const
{
return true;
@@ -280,22 +280,22 @@ bool TDEHTMLSettings::unfinishedImageFrame() const
return false;
}
-KDE_EXPORT int TQPaintDevice::x11AppDpiY( int )
+TDE_EXPORT int TQPaintDevice::x11AppDpiY( int )
{
return 100;
}
-KDE_EXPORT int TQPaintDevice::x11AppDpiX( int )
+TDE_EXPORT int TQPaintDevice::x11AppDpiX( int )
{
return 100;
}
-KDE_EXPORT void TQFont::insertSubstitution(const TQString &,
+TDE_EXPORT void TQFont::insertSubstitution(const TQString &,
const TQString &)
{
}
-KDE_EXPORT void TQFont::insertSubstitutions(const TQString &,
+TDE_EXPORT void TQFont::insertSubstitutions(const TQString &,
const TQStringList &)
{
}
@@ -339,7 +339,7 @@ void DCOPClient::processSocketData( int )
#include <tqapplication.h>
#include <tqpalette.h>
-KDE_EXPORT void TQApplication::setPalette( const TQPalette &, bool ,
+TDE_EXPORT void TQApplication::setPalette( const TQPalette &, bool ,
const char* )
{
static bool done = false;