diff libgui/src/find-files-dialog.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 ca7d58406f82 c6d54dd31a7e
children deb553ac2c54
line wrap: on
line diff
--- a/libgui/src/find-files-dialog.h	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/src/find-files-dialog.h	Tue Dec 06 15:37:43 2022 -0500
@@ -37,8 +37,8 @@
 class QTableView;
 class QTimer;
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   class find_files_dialog : public QDialog
   {
     Q_OBJECT
@@ -90,6 +90,7 @@
     QDirIterator *m_dir_iterator;
     QStatusBar *m_status_bar;
   };
-}
+
+OCTAVE_END_NAMESPACE(octave)
 
 #endif