This file is indexed.

/usr/lib/KWWidgets/kwwidgets/kwwidgets.tcl is in tcl8.5-kwwidgets 1.0.0~cvs20100930-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
package require vtkcommon

if {[package require -exact KWWidgets $::kwwidgets::init::version]} {
    package provide kwwidgets $::kwwidgets::init::version
}