summaryrefslogtreecommitdiffstats
path: root/kandy/src/commandscheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/commandscheduler.h')
-rw-r--r--kandy/src/commandscheduler.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kandy/src/commandscheduler.h b/kandy/src/commandscheduler.h
index 231ad325..d18f82dc 100644
--- a/kandy/src/commandscheduler.h
+++ b/kandy/src/commandscheduler.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef COMMANDSCHEDULER_H
#define COMMANDSCHEDULER_H
@@ -34,8 +34,9 @@ class Modem;
class CommandScheduler : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
- CommandScheduler (Modem *modem,TQObject *parent = 0, const char *name = 0);
+ CommandScheduler (Modem *modem,TQObject *tqparent = 0, const char *name = 0);
void execute(const TQString &command);
void execute(ATCommand *command);