summaryrefslogtreecommitdiffstats
path: root/karbon/core/vgroup_iface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/core/vgroup_iface.cc')
-rw-r--r--karbon/core/vgroup_iface.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/core/vgroup_iface.cc b/karbon/core/vgroup_iface.cc
index fec753582..9de952b36 100644
--- a/karbon/core/vgroup_iface.cc
+++ b/karbon/core/vgroup_iface.cc
@@ -34,10 +34,10 @@ VGroupIface::clear()
m_group->clear();
}
-QValueList<DCOPRef>
+TQValueList<DCOPRef>
VGroupIface::objects()
{
- QValueList<DCOPRef> lst;
+ TQValueList<DCOPRef> lst;
VObjectListIterator itr = m_group->objects();
for( ; itr.current(); ++itr )
lst.append( DCOPRef( kapp->dcopClient()->appId(), itr.current()->dcopObject()->objId() ) );