diff options
-rw-r--r-- | juk/playlistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlistbox.h b/juk/playlistbox.h index d3b96524..bf1965d1 100644 --- a/juk/playlistbox.h +++ b/juk/playlistbox.h @@ -144,7 +144,7 @@ class PlaylistBox::Item : public TQObject, public KListViewItem Q_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. |