diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
commit | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (patch) | |
tree | 77ffa8fe14318bb3a285cae65dbe622bcbbcb3f9 /src/detailedentryitem.cpp | |
parent | b5cff83092d97189b5a55e1a996995207bc3016c (diff) | |
download | tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.tar.gz tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/detailedentryitem.cpp')
-rw-r--r-- | src/detailedentryitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detailedentryitem.cpp b/src/detailedentryitem.cpp index bd2c565..5cdc8f5 100644 --- a/src/detailedentryitem.cpp +++ b/src/detailedentryitem.cpp @@ -103,7 +103,7 @@ void DetailedEntryItem::paintCell(TQPainter* p_, const TQColorGroup& cg_, TQColorGroup::Background : TQColorGroup::Base, backgroundColor(column_)); } - // don't call KListViewItem::paintCell() since that also does alternate painting, etc... + // don't call TDEListViewItem::paintCell() since that also does alternate painting, etc... TQListViewItem::paintCell(p_, cg, column_, width_, align_); } |