summaryrefslogtreecommitdiff
path: root/src/windows-replace.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-replace.ads')
-rw-r--r--src/windows-replace.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows-replace.ads b/src/windows-replace.ads
index 64ff562..48c3a73 100644
--- a/src/windows-replace.ads
+++ b/src/windows-replace.ads
@@ -9,7 +9,7 @@ private with FLTK.Widgets.Buttons.Light.Check;
package Windows.Replace is
- type Replace_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with private;
+ type Replace_Window is new Window with private;
type Replace_Callback is access procedure
@@ -40,7 +40,7 @@ package Windows.Replace is
private
- type Replace_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with
+ type Replace_Window is new Window with
record
Find_What, Replace_With : FLTK.Widgets.Inputs.Input;
Match_Case, Replace_All : FLTK.Widgets.Buttons.Light.Check.Check_Button;