diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
commit | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (patch) | |
tree | d087071b1e8fcf79698938efec19f8e48bab0799 /kaddressbook/printing/detailledstyle.cpp | |
parent | 5c4a80ead2b1fe57dc6a8c29d0368792344cd61e (diff) | |
download | tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.tar.gz tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kaddressbook/printing/detailledstyle.cpp')
-rw-r--r-- | kaddressbook/printing/detailledstyle.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/printing/detailledstyle.cpp b/kaddressbook/printing/detailledstyle.cpp index a9c0b8d3b..377669732 100644 --- a/kaddressbook/printing/detailledstyle.cpp +++ b/kaddressbook/printing/detailledstyle.cpp @@ -72,8 +72,8 @@ DetailledPrintStyle::DetailledPrintStyle( PrintingWizard *parent, const char *na KConfig *config; TQFont font; bool kdeFonts; - TQFont standard = KGlobalSettings::generalFont(); - TQFont fixed = KGlobalSettings::fixedFont(); + TQFont standard = TDEGlobalSettings::generalFont(); + TQFont fixed = TDEGlobalSettings::fixedFont(); setPreview( "detailed-style.png" ); @@ -163,11 +163,11 @@ void DetailledPrintStyle::print( const KABC::Addressee::List &contacts, PrintPro } if ( mPageAppearance->cbStandardFonts->isChecked() ) { - TQFont standard = KGlobalSettings::generalFont(); + TQFont standard = TDEGlobalSettings::generalFont(); header = standard; headlines = standard; body = standard; - fixed = KGlobalSettings::fixedFont(); + fixed = TDEGlobalSettings::fixedFont(); comment = standard; } else { header.setFamily( mPageAppearance->kfcHeaderFont->currentText() ); |