summaryrefslogtreecommitdiffstats
path: root/src/netlistviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:17 -0600
commit294cdc4efac18111e879ebc5e2ca2aca1e598bbe (patch)
tree5bf144561dae36f14e8d1bb7028b89c8025f6d17 /src/netlistviewitem.cpp
parentf7be60da342a8a54895be7b9e81ac0b37e196e15 (diff)
downloadwlassistant-294cdc4efac18111e879ebc5e2ca2aca1e598bbe.tar.gz
wlassistant-294cdc4efac18111e879ebc5e2ca2aca1e598bbe.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/netlistviewitem.cpp')
-rw-r--r--src/netlistviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/netlistviewitem.cpp b/src/netlistviewitem.cpp
index 45a8968..178b7e3 100644
--- a/src/netlistviewitem.cpp
+++ b/src/netlistviewitem.cpp
@@ -26,7 +26,7 @@
#include <kiconeffect.h>
#include <tdeversion.h>
-void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column, int width, int tqalignment)
+void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column, int width, int alignment)
{
/// HACK fixes: higher item (connected) is drawn using regular height upon widget change (widgetStack);
if ( height()!=mHeight )
@@ -165,7 +165,7 @@ void NetListViewItem::paintCell(TQPainter *p, const TQColorGroup &cg, int column
}
default:
- KListViewItem::paintCell(p, cg, column, width, tqalignment);
+ KListViewItem::paintCell(p, cg, column, width, alignment);
} //switch
}