summaryrefslogtreecommitdiffstats
path: root/tdehtml/test_regression_fontoverload.cpp
diff options
context:
space:
mode:
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;