summaryrefslogtreecommitdiffstats
path: root/src/tagsedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:20 -0600
commit882bcd26b3d60be72ea2b35921969a9850c52db9 (patch)
tree8d0a6902c5de4632c4e73e35c4d86404fa75f470 /src/tagsedit.h
parentc82058b2b64334c10d7e547cb81ac64efe09f516 (diff)
downloadbasket-882bcd26b3d60be72ea2b35921969a9850c52db9.tar.gz
basket-882bcd26b3d60be72ea2b35921969a9850c52db9.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/tagsedit.h')
-rw-r--r--src/tagsedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tagsedit.h b/src/tagsedit.h
index 41fbb42..a97582c 100644
--- a/src/tagsedit.h
+++ b/src/tagsedit.h
@@ -87,7 +87,7 @@ class TagListViewItem : public TQListViewItem
TagListViewItem* parent() const; // Reimplemented to cast the return value
int width(const TQFontMetrics &fontMetrics, const TQListView *listView, int column) const;
void setup();
- void paintCell(TQPainter *painter, const TQColorGroup &tqcolorGroup, int column, int width, int align);
+ void paintCell(TQPainter *painter, const TQColorGroup &colorGroup, int column, int width, int align);
private:
TagCopy *m_tagCopy;