summaryrefslogtreecommitdiffstats
path: root/kpackage/kpTerm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/kpTerm.h')
-rw-r--r--kpackage/kpTerm.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/kpackage/kpTerm.h b/kpackage/kpTerm.h
index 00ac57a..5bebd02 100644
--- a/kpackage/kpTerm.h
+++ b/kpackage/kpTerm.h
@@ -42,12 +42,13 @@
#include <kpPty.h>
//////////////////////////////////////////////////////////////////////////////
-class kpTerm: public QTextEdit
+class kpTerm: public TQTextEdit
{
Q_OBJECT
+ TQ_OBJECT
public:
- kpTerm(kpPty *pt, TQWidget * parent=0, const char * name=0);
+ kpTerm(kpPty *pt, TQWidget * tqparent=0, const char * name=0);
void keyPressEvent ( TQKeyEvent * e );
bool run(const TQString &cmd, TQStringList &r);
void doConnect();
@@ -72,9 +73,10 @@ signals:
class kpRun: public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- kpRun(TQWidget *parent = 0);
+ kpRun(TQWidget *tqparent = 0);
bool run(TQString cmd, TQString title);
void addText(const TQStringList &ret);