From 0a6e0958c03e41c87b15557b6f407874f20c2f8d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:39:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kgeography/src/map.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'kgeography/src/map.h') diff --git a/kgeography/src/map.h b/kgeography/src/map.h index 0eb08f53..7f606320 100644 --- a/kgeography/src/map.h +++ b/kgeography/src/map.h @@ -11,8 +11,8 @@ #ifndef MAP_H #define MAP_H -#include -#include +#include +#include class division; @@ -24,28 +24,28 @@ class KGmap bool addDivision(division *d); - void setFile(const QString &s); - bool setMapFile(const QString &s); - void setName(const QString &s); + void setFile(const TQString &s); + bool setMapFile(const TQString &s); + void setName(const TQString &s); // return the number of askable divisions uint count(bool clickDivisionMode) const; bool hasAllFlags() const; - QString getDivisionFlagFile(const QString &s) const; - QString getDivisionCapital(const QString &s) const; - QString getFile() const; - QString getFileName() const; - QString getMapFile() const; - QString getName() const; - QString getRandomDivision(bool clickDivisionMode) const; - QString getWhatIs(QRgb c, bool all) const; - QColor getColor(const QString &s) const; + TQString getDivisionFlagFile(const TQString &s) const; + TQString getDivisionCapital(const TQString &s) const; + TQString getFile() const; + TQString getFileName() const; + TQString getMapFile() const; + TQString getName() const; + TQString getRandomDivision(bool clickDivisionMode) const; + TQString getWhatIs(QRgb c, bool all) const; + TQColor getColor(const TQString &s) const; private: - QMap p_colorMap; - QMap p_nameMap; + TQMap p_colorMap; + TQMap p_nameMap; - QString p_name, p_file, p_mapFile; + TQString p_name, p_file, p_mapFile; bool p_hasAllFlags; }; -- cgit v1.2.1