From d479daee57f586dcd10d91270e0d1a8ebe41a494 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:51:46 -0600 Subject: Rename KDE_VERSION to TDE_VERSION --- kmag/kmag.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmag') diff --git a/kmag/kmag.cpp b/kmag/kmag.cpp index c97fcb8..92e888a 100644 --- a/kmag/kmag.cpp +++ b/kmag/kmag.cpp @@ -31,7 +31,7 @@ #include // include files for KDE -#if KDE_VERSION > 300 +#if TDE_VERSION > 300 #include #else #include @@ -56,7 +56,7 @@ #include #include -#if KDE_VERSION < 220 +#if TDE_VERSION < 220 #include #else #include @@ -803,7 +803,7 @@ void KmagApp::slotFilePrint() bool toggled(false); -#if KDE_VERSION < 220 +#if TDE_VERSION < 220 TQPrinter printer; #else KPrinter printer; @@ -817,7 +817,7 @@ void KmagApp::slotFilePrint() const TQPixmap pixmap(m_zoomView->getPixmap()); -#if KDE_VERSION >= 220 +#if TDE_VERSION >= 220 // use some AI to get the best orientation if(pixmap.width() > pixmap.height()) { printer.setOrientation(KPrinter::Landscape); -- cgit v1.2.3