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