//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; public interface TQPaintDeviceInterface { int devType(); boolean isExtDev(); boolean paintingActive(); void setResolution(int arg1); int resolution(); }