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