diff options
Diffstat (limited to 'libtdepim/csshelper.cpp')
-rw-r--r-- | libtdepim/csshelper.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/csshelper.cpp b/libtdepim/csshelper.cpp index d773c7d66..20de40de5 100644 --- a/libtdepim/csshelper.cpp +++ b/libtdepim/csshelper.cpp @@ -74,8 +74,8 @@ namespace KPIM { { // initialize with defaults - should match the corresponding application defaults mForegroundColor = TQApplication::palette().active().text(); - mLinkColor = KGlobalSettings::linkColor(); - mVisitedLinkColor = KGlobalSettings::visitedLinkColor(); + mLinkColor = TDEGlobalSettings::linkColor(); + mVisitedLinkColor = TDEGlobalSettings::visitedLinkColor(); mBackgroundColor = TQApplication::palette().active().base(); cHtmlWarning = TQColor( 0xFF, 0x40, 0x40 ); // warning frame color: light red @@ -89,8 +89,8 @@ namespace KPIM { mQuoteColor[i] = TQColor( 0x00, 0x80 - i * 0x10, 0x00 ); // shades of green mRecycleQuoteColors = false; - TQFont defaultFont = KGlobalSettings::generalFont(); - TQFont defaultFixedFont = KGlobalSettings::fixedFont(); + TQFont defaultFont = TDEGlobalSettings::generalFont(); + TQFont defaultFixedFont = TDEGlobalSettings::fixedFont(); mBodyFont = mPrintFont = defaultFont; mFixedFont = mFixedPrintFont = defaultFixedFont; defaultFont.setItalic( true ); |