diff --git a/kstyles/klegacy/klegacystyle.cpp b/kstyles/klegacy/klegacystyle.cpp index e2cc43dce..98405474c 100644 --- a/kstyles/klegacy/klegacystyle.cpp +++ b/kstyles/klegacy/klegacystyle.cpp @@ -866,7 +866,7 @@ GtkObject *GtkObject::find(TQRegExp &r) const { while ((o = ot.current()) != 0) { ++ot; - // this would be nice if tqmoc could parse this file :/ + // this would be nice if moc could parse this file :/ // // if (o->className() != "GtkObject") { // qDebug("object is not a GtkObject (className = '%s')",