diff options
Diffstat (limited to 'kaddressbook/printing/kabentrypainter.cpp')
-rw-r--r-- | kaddressbook/printing/kabentrypainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/printing/kabentrypainter.cpp b/kaddressbook/printing/kabentrypainter.cpp index d7be5bd53..0bf45386b 100644 --- a/kaddressbook/printing/kabentrypainter.cpp +++ b/kaddressbook/printing/kabentrypainter.cpp @@ -208,7 +208,7 @@ bool KABEntryPainter::printAddressee( const KABC::Addressee &addr, // paint the birthday to the right: TQDateTime dt = addr.birthday(); if ( dt.isValid() ) { - line1 = KGlobal::locale()->formatDate( dt.date(), true ); + line1 = TDEGlobal::locale()->formatDate( dt.date(), true ); if ( !fake ) { // create a little (1/8) space on top of the letters: float ypos = y + ( (float)rect.height() ) * 0.125; |