diff options
Diffstat (limited to 'amor/amortips.h')
-rw-r--r-- | amor/amortips.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/amor/amortips.h b/amor/amortips.h index 7b0ddff..aea323e 100644 --- a/amor/amortips.h +++ b/amor/amortips.h @@ -31,7 +31,7 @@ #include <config.h> #endif -#include <qstrlist.h> +#include <tqstrlist.h> class QFile; //--------------------------------------------------------------------------- @@ -43,17 +43,17 @@ class AmorTips public: AmorTips(); - bool setFile(const QString& file); + bool setFile(const TQString& file); void reset(); - QString tip(); + TQString tip(); protected: bool readKTips(); - bool read(const QString& file); - bool readTip(QFile &file); + bool read(const TQString& file); + bool readTip(TQFile &file); protected: - QStringList mTips; + TQStringList mTips; }; #endif // AMORTIPS_H |