~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/pacsupload/uploadpacsbase.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include <wx/intl.h>
12
12
 
13
13
class SubTitledPanel;
14
 
class TitledPanelSeparatorV;
15
14
namespace GNC{ namespace GUI{ class DicomBrowserComponent; } }
16
15
 
17
16
#include <wx/string.h>
39
38
                        private:
40
39
                        
41
40
                        protected:
42
 
                                SubTitledPanel* m_pPanelServer;
 
41
                                SubTitledPanel* m_pFileSelectionPanel;
43
42
                                wxStaticText* m_staticText4;
44
43
                                wxComboBox* m_pPACSListaServidores;
45
 
                                TitledPanelSeparatorV* m_pSep;
46
 
                                SubTitledPanel* m_pFileSelectionPanel;
47
44
                                GNC::GUI::DicomBrowserComponent* m_pFileSelection;
48
45
                        
49
46
                        public: