diff --git a/kstyles/klegacy/klegacystyle.cpp b/kstyles/klegacy/klegacystyle.cpp index 3c682bc2b..7be529840 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") { // tqDebug("object is not a GtkObject (className = '%s')",