summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:18:22 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:18:22 -0500
commit48cca5fcb61cb72e03c50f5a08a943fd041e876a (patch)
tree2de899348fc5d082909fcd6c18e5a73e6861d0ef
parent1973b023a9b217e620fd8af56157086f62c860b3 (diff)
downloadtdemultimedia-48cca5fcb61cb72e03c50f5a08a943fd041e876a.tar.gz
tdemultimedia-48cca5fcb61cb72e03c50f5a08a943fd041e876a.zip
Fix inadvertent tqt changes.
-rw-r--r--juk/playlistbox.h2
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.