changeset 28954:e4f767de937a stable

Avoid warning about deprecated base_graphics_toolkit. * libgui/graphics/qt-graphics-toolkit.h: "base_graphics_toolkit" was moved into "octave" namespace.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 17 Oct 2020 14:31:26 +0200
parents f6f60438f6cf
children 72f0acb1c768 bcfa15435e4c
files libgui/graphics/qt-graphics-toolkit.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/graphics/qt-graphics-toolkit.h	Sat Oct 17 01:26:46 2020 -0700
+++ b/libgui/graphics/qt-graphics-toolkit.h	Sat Oct 17 14:31:26 2020 +0200
@@ -42,7 +42,8 @@
   class Object;
   class ObjectProxy;
 
-  class qt_graphics_toolkit : public QObject, public base_graphics_toolkit
+  class qt_graphics_toolkit
+    : public QObject, public octave::base_graphics_toolkit
   {
     Q_OBJECT