diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:51:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:51:46 -0600 |
commit | d479daee57f586dcd10d91270e0d1a8ebe41a494 (patch) | |
tree | c897877109e0485ec5688b4ddba67e1f5b7d6596 /kmag | |
parent | 9be0148e5b9e7cf1d791341c410b74b7b0c6f4c9 (diff) | |
download | tdeaccessibility-d479daee57f586dcd10d91270e0d1a8ebe41a494.tar.gz tdeaccessibility-d479daee57f586dcd10d91270e0d1a8ebe41a494.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kmag')
-rw-r--r-- | kmag/kmag.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 <kdeversion.h> // include files for KDE -#if KDE_VERSION > 300 +#if TDE_VERSION > 300 #include <kapplication.h> #else #include <kapp.h> @@ -56,7 +56,7 @@ #include <kedittoolbar.h> #include <twin.h> -#if KDE_VERSION < 220 +#if TDE_VERSION < 220 #include <tqprinter.h> #else #include <kprinter.h> @@ -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); |