diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:54:00 -0500 | 
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:54:00 -0500 | 
| commit | ba56429ce77d028d6f23cd3a9cec44a7a3f05b52 (patch) | |
| tree | 0504e27232989b4bd8aec2668ee8a2824eacff40 /src/netlistviewitem.cpp | |
| parent | cae5e038aac95012d1a8b11018bdc7a36632d7a5 (diff) | |
| download | wlassistant-ba56429ce77d028d6f23cd3a9cec44a7a3f05b52.tar.gz wlassistant-ba56429ce77d028d6f23cd3a9cec44a7a3f05b52.zip | |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/netlistviewitem.cpp')
| -rw-r--r-- | src/netlistviewitem.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/netlistviewitem.cpp b/src/netlistviewitem.cpp index 178b7e3..2635e06 100644 --- a/src/netlistviewitem.cpp +++ b/src/netlistviewitem.cpp @@ -66,7 +66,7 @@ void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column          switch (column) { -                /// DRAW TQUALITY /// +                /// DRAW QUALITY ///          case mQualityColumn: {                          TQPixmap qualityIcon = SmallIcon("knewstuff");                          TQPixmap qualityIconGray = KIconEffect().apply( qualityIcon, KIconEffect::ToGray, 1, TQt::black, true ); | 
