summaryrefslogtreecommitdiff
path: root/examples/gui/helloworld/helloworld.pas
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/helloworld/helloworld.pas')
-rw-r--r--examples/gui/helloworld/helloworld.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/helloworld/helloworld.pas b/examples/gui/helloworld/helloworld.pas
index 8151291a..b9921756 100644
--- a/examples/gui/helloworld/helloworld.pas
+++ b/examples/gui/helloworld/helloworld.pas
@@ -3,7 +3,7 @@ program HelloWorld;
{$mode objfpc}{$h+}
uses
- fpGUI, fpGUI_laz;
+ fpGUI, fpguipackage;
type
TMainForm = class(TForm)