diff options
Diffstat (limited to 'noatun/library/effectview.cpp')
-rw-r--r-- | noatun/library/effectview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/effectview.cpp b/noatun/library/effectview.cpp index 807f0e71..fe25abcb 100644 --- a/noatun/library/effectview.cpp +++ b/noatun/library/effectview.cpp @@ -104,7 +104,7 @@ void EffectView::init(void) setCaption(i18n("Effects - Noatun")); setIcon(SmallIcon("effect")); - // Create widgets and tqlayouts + // Create widgets and layouts TQFrame *box = makeMainWidget(); TQVBoxLayout *boxLayout = new TQVBoxLayout(box, 0, KDialog::spacingHint()); |