diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:49:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:49:52 +0000 |
commit | cfc42a28c327b96c6a2afee92af3bac1a479eb8a (patch) | |
tree | e3219edf5f827eaa4db3feb509a17846a1a5a752 /amor/amortips.h | |
parent | a73fc4d7e66fe0824313aa4e9a650c4cddef6e9f (diff) | |
download | tdetoys-cfc42a28c327b96c6a2afee92af3bac1a479eb8a.tar.gz tdetoys-cfc42a28c327b96c6a2afee92af3bac1a479eb8a.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1157650 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |