blob: 0ed91c5444a7f7047ddd76d442b23954cb2d1501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef BASE_HIGHSCORES_H
#define BASE_HIGHSCORES_H
#include <highscore/kexthighscore.h>
#include <kdemacros.h>
class KDE_EXPORT BaseHighscores : public KExtHighscore::Manager
{
public:
BaseHighscores();
};
#endif
|