]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/prop_picker.hxx
Boris Koenig:
[flightgear.git] / src / GUI / prop_picker.hxx
index e2c293a742721d323b9acb3d147b1aae7ac7ca39..21018f34a77a1dd0447cf131529d8ed7cbd0f5bf 100755 (executable)
@@ -7,6 +7,7 @@
 
 #include <stdio.h>
 #include "gui.h"
+#include "dialog.hxx"
 #include <simgear/props/props.hxx>
 
 void prop_pickerInit();
@@ -19,7 +20,7 @@ class fgPropPicker       ;
 class fgPropEdit       ;
 
 class fgPropPicker : 
-    public puDialogBox,
+    public fgPopup,
     public SGPropertyChangeListener
 {
 
@@ -76,7 +77,7 @@ public:
   virtual void valueChanged (SGPropertyNode * node);
 } ;
 
-class fgPropEdit : public puDialogBox
+class fgPropEdit : public fgPopup
 {
 
   static void fgPropEditHandleCancel ( puObject *b ) ;