summaryrefslogtreecommitdiffstats
path: root/src/gui/listview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:02:03 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:02:03 -0600
commit943520ceea323f04d9ad099b2e7f4d24e4cc8f00 (patch)
tree2a8f5e3a711d1852e1c0d81895dd628db0608fc9 /src/gui/listview.h
parentf3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff)
downloadtellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz
tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui/listview.h')
-rw-r--r--src/gui/listview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/listview.h b/src/gui/listview.h
index d54eab6..47d3e8e 100644
--- a/src/gui/listview.h
+++ b/src/gui/listview.h
@@ -42,7 +42,7 @@ typedef TQPtrListIterator<ListViewItem> ListViewItemListIt;
*/
class ListView : public KListView {
Q_OBJECT
- TQ_OBJECT
+
friend class ListViewItem; // needed so the ListViewItem d'tor can update selection list