diff options
Diffstat (limited to 'kate/app/kateconsole.h')
-rw-r--r-- | kate/app/kateconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/kateconsole.h b/kate/app/kateconsole.h index e308f1df2..dabfda38d 100644 --- a/kate/app/kateconsole.h +++ b/kate/app/kateconsole.h @@ -42,7 +42,7 @@ class KateMainWindow; * This class is used for the internal terminal emulator * It uses internally the konsole part, thx to konsole devs :) */ -class KateConsole : public QVBox +class KateConsole : public TQVBox { Q_OBJECT |