summaryrefslogtreecommitdiff
path: root/extras/tiopf/tiOPFfpGUI.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-24 11:32:56 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-24 11:32:56 +0000
commit91e7bc73a36017ccc7a8d94727b2f6f51c0c83f6 (patch)
tree3ff1a6ca0f4091a94f0ae8ec092b1d263d59da0f /extras/tiopf/tiOPFfpGUI.pas
parent0a8f321682c777bfdfb8f5b3b462f8f154b37fbd (diff)
downloadfpGUI-91e7bc73a36017ccc7a8d94727b2f6f51c0c83f6.tar.xz
* Ported the Generic Edit Mediator for use with tiOPF.
* Minor changes to other gui controls like missing published properties etc. * Added a Hint property to TfpgWidget, but it is not usable yet.
Diffstat (limited to 'extras/tiopf/tiOPFfpGUI.pas')
-rw-r--r--extras/tiopf/tiOPFfpGUI.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tiopf/tiOPFfpGUI.pas b/extras/tiopf/tiOPFfpGUI.pas
index 80f74737..c452a52f 100644
--- a/extras/tiopf/tiOPFfpGUI.pas
+++ b/extras/tiopf/tiOPFfpGUI.pas
@@ -7,7 +7,7 @@ unit tiOPFfpGUI;
interface
uses
- tiGUIUtils, tiDialogs, tiGUIINI;
+ tiGUIUtils, tiDialogs, tiGUIINI, tiGenericEditMediators, tiGUIConstants;
implementation