From 48cca5fcb61cb72e03c50f5a08a943fd041e876a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:18:22 -0500 Subject: [PATCH] Fix inadvertent tqt changes. --- juk/playlistbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.