summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:18:22 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 20:42:13 +0100
commit233b159cb05d2bdcfb368849ff37ee5eb939ea39 (patch)
tree33d29ef00285594bebfc5a8d61fd4d7f9f6b47dc
parent8d4a8792ae0d4dcb022d550ab6dca6407994ae08 (diff)
downloadtdemultimedia-233b159cb05d2bdcfb368849ff37ee5eb939ea39.tar.gz
tdemultimedia-233b159cb05d2bdcfb368849ff37ee5eb939ea39.zip
Fix inadvertent tqt changes.
(cherry picked from commit 48cca5fcb61cb72e03c50f5a08a943fd041e876a)
-rw-r--r--juk/playlistbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlistbox.h b/juk/playlistbox.h
index 42003634..52ee52d7 100644
--- a/juk/playlistbox.h
+++ b/juk/playlistbox.h
@@ -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.