summaryrefslogtreecommitdiffstats
path: root/libtdegames/highscore/kexthighscore.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/highscore/kexthighscore.h')
-rw-r--r--libtdegames/highscore/kexthighscore.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libtdegames/highscore/kexthighscore.h b/libtdegames/highscore/kexthighscore.h
index e4412fe6..d76df4e1 100644
--- a/libtdegames/highscore/kexthighscore.h
+++ b/libtdegames/highscore/kexthighscore.h
@@ -40,42 +40,42 @@ extern ManagerPrivate *internal;
/**
* Get the current game type.
*/
-KDE_EXPORT uint gameType();
+TDE_EXPORT uint gameType();
/**
* Set the current game type.
*/
-KDE_EXPORT void setGameType(uint gameType);
+TDE_EXPORT void setGameType(uint gameType);
/**
* Configure the highscores.
* @return true if the configuration has been modified and saved
*/
-KDE_EXPORT bool configure(TQWidget *parent);
+TDE_EXPORT bool configure(TQWidget *parent);
/**
* Show the highscores lists.
*/
-KDE_EXPORT void show(TQWidget *parent);
+TDE_EXPORT void show(TQWidget *parent);
/**
* Submit a score. See @ref Manager for usage example.
*
* @param widget a widget used as parent for error message box.
*/
-KDE_EXPORT void submitScore(const Score &score, TQWidget *widget);
+TDE_EXPORT void submitScore(const Score &score, TQWidget *widget);
/**
* @return the last score in the local list of highscores. The worst possible
* score if there are less items than the maximum number.
*/
-KDE_EXPORT Score lastScore();
+TDE_EXPORT Score lastScore();
/**
* @return the first score in the local list of highscores (the worst possible
* score if there is no entry).
*/
-KDE_EXPORT Score firstScore();
+TDE_EXPORT Score firstScore();
/**
* This class manages highscores and players entries (several players can
@@ -136,7 +136,7 @@ KDE_EXPORT Score firstScore();
* and the value of the items that you have optionnally added
* with Score::setData() ; player name and date are set automatically.
*/
-class KDE_EXPORT Manager
+class TDE_EXPORT Manager
{
public:
/**