summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/kconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/kconsole.h')
-rw-r--r--kdm/kfrontend/kconsole.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdm/kfrontend/kconsole.h b/kdm/kfrontend/kconsole.h
index 8a3515173..cbf025626 100644
--- a/kdm/kfrontend/kconsole.h
+++ b/kdm/kfrontend/kconsole.h
@@ -24,17 +24,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef KCONSOLE_H
#define KCONSOLE_H
-#include <qtextedit.h>
+#include <tqtextedit.h>
class QSocketNotifier;
class KPty;
-class KConsole : public QTextEdit {
+class KConsole : public TQTextEdit {
Q_OBJECT
- typedef QTextEdit inherited;
+ typedef TQTextEdit inherited;
public:
- KConsole( QWidget *_parent = 0 );
+ KConsole( TQWidget *_parent = 0 );
~KConsole();
private slots:
@@ -45,8 +45,8 @@ class KConsole : public QTextEdit {
void CloseConsole();
KPty *pty;
- QSocketNotifier *notifier;
- QString leftover;
+ TQSocketNotifier *notifier;
+ TQString leftover;
int fd;
};