summaryrefslogtreecommitdiffstats
path: root/kandy/src/commandscheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/commandscheduler.cpp')
-rw-r--r--kandy/src/commandscheduler.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kandy/src/commandscheduler.cpp b/kandy/src/commandscheduler.cpp
index bef11cac8..3a1001ed3 100644
--- a/kandy/src/commandscheduler.cpp
+++ b/kandy/src/commandscheduler.cpp
@@ -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.
*/
#include <kdebug.h>
@@ -30,9 +30,9 @@
#include "commandscheduler.h"
#include "commandscheduler.moc"
-CommandScheduler::CommandScheduler(Modem *modem,TQObject *parent,
+CommandScheduler::CommandScheduler(Modem *modem,TQObject *tqparent,
const char *name) :
- TQObject(parent,name),
+ TQObject(tqparent,name),
mModem(modem)
{
connect(mModem,TQT_SIGNAL(gotLine(const char *)),