(cherry picked from commit 48cca5fcb6)
48cca5fcb6
@ -144,7 +144,7 @@ class PlaylistBox::Item : public TQObject, public KListViewItem
Q_OBJECT
TQ_OBJECT
// tqmoc won't let me create private TQObject subclasses and TQt won't let me
// moc won't let me create private TQObject subclasses and TQt won't let me
// make the destructor protected, so here's the closest hack that will
// compile.