#include "inter.h" #include void BaseInterface::showHighscores(TQWidget *parent) { if ( !_isPaused() ) _pause(); _showHighscores(parent); } void BaseInterface::_showHighscores(TQWidget *parent) { KExtHighscore::show(parent); }