summaryrefslogtreecommitdiffstats
path: root/kjsembed/jsconsolewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/jsconsolewidget.h')
-rw-r--r--kjsembed/jsconsolewidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/jsconsolewidget.h b/kjsembed/jsconsolewidget.h
index b1beef1c..71a79a3c 100644
--- a/kjsembed/jsconsolewidget.h
+++ b/kjsembed/jsconsolewidget.h
@@ -29,7 +29,7 @@ class TQPushButton;
class TQHBox;
class KLineEdit;
-class KPopupTitle;
+class TDEPopupTitle;
class TDEProcess;
class KShellProcess;
class KTextEdit;
@@ -75,7 +75,7 @@ public slots:
KTextEdit *messages() const { return log; }
/** Returns the title widget. */
- KPopupTitle *title() const { return ttl; }
+ TDEPopupTitle *title() const { return ttl; }
/**
* Returns the TQHBox used to layout the entry part of the console. This
@@ -139,7 +139,7 @@ private:
TQHBox *cmdBox;
KLineEdit *cmd;
TQPushButton *go;
- KPopupTitle *ttl;
+ TDEPopupTitle *ttl;
class JSConsoleWidgetPrivate *d;
};