diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:07 -0600 |
commit | 3ed7c09d22a5f310a97516f5bab6068e5688a813 (patch) | |
tree | 23ba07d28f7fad17824db1fc40e9cf1ad4942480 /kjsembed/jsconsolewidget.h | |
parent | 3a8473ba2620b85b165b5a2fa1a6b153f5945800 (diff) | |
download | tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.tar.gz tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kjsembed/jsconsolewidget.h')
-rw-r--r-- | kjsembed/jsconsolewidget.h | 6 |
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; }; |