diff options
author | danglassey <danglassey> | 2002-10-05 13:01:46 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-05 13:01:46 +0000 |
commit | 476c277dea3b6a3d46ff3b94a59eb1cbab3b53f7 (patch) | |
tree | 16fa60917fdd2aa506c3e0ffaad52b1248db3bd9 /apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h | |
parent | 0f9285ce51edf199ba98bec0996eb4d48e27d207 (diff) | |
download | sword-sf-cvs-476c277dea3b6a3d46ff3b94a59eb1cbab3b53f7.tar.gz |
sync with crosswire 20021005-1300
Diffstat (limited to 'apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h')
-rw-r--r-- | apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h b/apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h index 67c825d..fecd1ee 100644 --- a/apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h +++ b/apps/windoze/CBuilder5/InstallMgr/RemoteMntFrm.h @@ -10,8 +10,10 @@ #include <ExtCtrls.hpp> #include <swconfig.h> //--------------------------------------------------------------------------- -class TRemoteMntForm : public TForm -{ + +using namespace sword; + +class TRemoteMntForm : public TForm { __published: // IDE-managed Components TPanel *Panel1; TPanel *Panel2; |