//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; public interface QHeaderSignals { void clicked(int section); void pressed(int section); void released(int section); void sizeChange(int section, int oldSize, int newSize); void indexChange(int section, int fromIndex, int toIndex); void sectionClicked(int arg1); void moved(int arg1, int arg2); void sectionHandleDoubleClicked(int section); }