#pragma once #ifndef BUILD_QXT_MINI # error "internal header" #endif #ifndef __APPLE__ #include #include #include unsigned qt_key_to_x11(Display* disp, Qt::Key k); #endif