diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:18:22 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:18:22 -0500 |
commit | 48cca5fcb61cb72e03c50f5a08a943fd041e876a (patch) | |
tree | 2de899348fc5d082909fcd6c18e5a73e6861d0ef /juk | |
parent | 1973b023a9b217e620fd8af56157086f62c860b3 (diff) | |
download | tdemultimedia-48cca5fcb61cb72e03c50f5a08a943fd041e876a.tar.gz tdemultimedia-48cca5fcb61cb72e03c50f5a08a943fd041e876a.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'juk')
-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. |