summaryrefslogtreecommitdiffstats
path: root/kmail/csshelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/csshelper.cpp')
-rw-r--r--kmail/csshelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/csshelper.cpp b/kmail/csshelper.cpp
index 3fe2fd78..86166dbc 100644
--- a/kmail/csshelper.cpp
+++ b/kmail/csshelper.cpp
@@ -77,7 +77,7 @@ namespace KMail {
TQFont defaultFont = mBodyFont;
defaultFont.setItalic( true );
for ( int i = 0 ; i < 3 ; ++i ) {
- const TQString key = TQString( "quote%1-font" ).arg( i+1 );
+ const TQString key = TQString( "quote%1-font" ).tqarg( i+1 );
mQuoteFont[i] = fonts.readFontEntry( key, &defaultFont );
}
}