summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/logListItem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:48:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:48:00 -0600
commit252cb8589004363ae339bbfbe4186a1600a91e42 (patch)
tree83053bef063a19794fe28b44833e2d3455f7989f /ksystemlog/src/logListItem.cpp
parent8f89185ba7a97f4a7ff8aaa6788dbb6d7ee90eb9 (diff)
downloadksystemlog-252cb8589004363ae339bbfbe4186a1600a91e42.tar.gz
ksystemlog-252cb8589004363ae339bbfbe4186a1600a91e42.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'ksystemlog/src/logListItem.cpp')
-rw-r--r--ksystemlog/src/logListItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/logListItem.cpp b/ksystemlog/src/logListItem.cpp
index 34c7c38..9b7f234 100644
--- a/ksystemlog/src/logListItem.cpp
+++ b/ksystemlog/src/logListItem.cpp
@@ -163,7 +163,7 @@ void LogListItem::paintCell(TQPainter* p, const TQColorGroup& cg, int column, in
//Use or not an alternate background
-#if defined(KDE_MAKE_VERSION) && KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
+#if defined(KDE_MAKE_VERSION) && TDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
if (line->isParentLogLine()==true && column==0)
pBuf.fillRect( buffer.rect(), isSelected() ? cg.highlight() : cg.highlight() );
else