summaryrefslogtreecommitdiff
path: root/extras/tiopf/tiOPFfpGUI.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-24 10:23:26 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-24 10:23:26 +0000
commit0a8f321682c777bfdfb8f5b3b462f8f154b37fbd (patch)
tree819e0ef2ae879e2e67bde4cc54444d203209a642 /extras/tiopf/tiOPFfpGUI.pas
parent43abf2a3cc1e8467a969c20789adad242528c23d (diff)
downloadfpGUI-0a8f321682c777bfdfb8f5b3b462f8f154b37fbd.tar.xz
* Started the port of tiOPF GUI units to support fpGUI based applications.
See the readme.txt file for more details.
Diffstat (limited to 'extras/tiopf/tiOPFfpGUI.pas')
-rw-r--r--extras/tiopf/tiOPFfpGUI.pas14
1 files changed, 14 insertions, 0 deletions
diff --git a/extras/tiopf/tiOPFfpGUI.pas b/extras/tiopf/tiOPFfpGUI.pas
new file mode 100644
index 00000000..80f74737
--- /dev/null
+++ b/extras/tiopf/tiOPFfpGUI.pas
@@ -0,0 +1,14 @@
+{ This file was automatically created by Lazarus. Do not edit!
+This source is only used to compile and install the package.
+ }
+
+unit tiOPFfpGUI;
+
+interface
+
+uses
+ tiGUIUtils, tiDialogs, tiGUIINI;
+
+implementation
+
+end.