diff options
author | Timothy Pearson <[email protected]> | 2011-11-15 18:49:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-15 18:49:27 -0600 |
commit | a194a574c89c1e969b19cc1853d179850c3efddf (patch) | |
tree | 2ea48c1b2e94671591d8def7a7f529b2c84e1ae0 /style/qtcurve.h | |
parent | c43b4a953a36f6424ff48b59a57c7b47f669cf79 (diff) | |
download | tde-style-qtcurve-a194a574c89c1e969b19cc1853d179850c3efddf.tar.gz tde-style-qtcurve-a194a574c89c1e969b19cc1853d179850c3efddf.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'style/qtcurve.h')
-rw-r--r-- | style/qtcurve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtcurve.h b/style/qtcurve.h index 63db16f..3aac06a 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -278,7 +278,7 @@ class TQtCurveStyle : public BASE_STYLE mutable TQColor itsColoredBackgroundCols[TOTAL_SHADES+1]; EApp itsThemedApp; mutable TQCache<TQPixmap> itsPixmapCache; -#if defined TQTC_TQT_ONLY || !defined KDE_VERSION || KDE_VERSION >= 0x30200 +#if defined TQTC_TQT_ONLY || !defined TDE_VERSION || TDE_VERSION >= 0x30200 bool itsIsTransKicker; #endif EHover itsHover; |