diff libgui/src/terminal-dock-widget.h @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents ad014fc78bd6 c6d54dd31a7e
children deb553ac2c54
line wrap: on
line diff
--- a/libgui/src/terminal-dock-widget.h	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/src/terminal-dock-widget.h	Tue Dec 06 15:37:43 2022 -0500
@@ -32,8 +32,8 @@
 
 class QTerminal;
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   class command_widget;
   class base_qobject;
 
@@ -89,6 +89,7 @@
     // FIXME!!!  Maybe my_term should just be derived from QTerminal?
     QWidget *m_terminal;
   };
-}
+
+OCTAVE_END_NAMESPACE(octave)
 
 #endif