From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kandy/src/commandset.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kandy/src/commandset.h') diff --git a/kandy/src/commandset.h b/kandy/src/commandset.h index 41c9cd144..3f385fea5 100644 --- a/kandy/src/commandset.h +++ b/kandy/src/commandset.h @@ -24,7 +24,7 @@ #ifndef COMMANDSET_H #define COMMANDSET_H -#include +#include class ATCommand; class ATParameter; @@ -32,7 +32,7 @@ class QDomElement; class QDomDocument; /** - QListView item representing a modem command. + TQListView item representing a modem command. */ class CommandSet { public: @@ -42,20 +42,20 @@ class CommandSet { void addCommand(ATCommand *); void deleteCommand(ATCommand *); - bool loadFile(const QString &); - bool saveFile(const QString &); + bool loadFile(const TQString &); + bool saveFile(const TQString &); void clear(); - QPtrList *commandList() { return &mList; } + TQPtrList *commandList() { return &mList; } protected: - void loadCommand(ATCommand *,QDomElement *c); - void saveCommand(ATCommand *,QDomDocument *doc,QDomElement *parent); - void saveParameter(ATParameter *p, QDomDocument *doc,QDomElement *parent); + void loadCommand(ATCommand *,TQDomElement *c); + void saveCommand(ATCommand *,TQDomDocument *doc,TQDomElement *parent); + void saveParameter(ATParameter *p, TQDomDocument *doc,TQDomElement *parent); private: - QPtrList mList; + TQPtrList mList; }; #endif -- cgit v1.2.1