Browse Source

Use original DICOMAppWidget for original DICOM application

Andreas Fetzer 11 years ago
parent
commit
034f1b973b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Applications/ctkDICOM/ctkDICOMMain.cpp

+ 2 - 2
Applications/ctkDICOM/ctkDICOMMain.cpp

@@ -26,7 +26,7 @@
 #include <QResource>
 
 // CTK widget includes
-#include <ctkDICOMBrowser.h>
+#include <ctkDICOMAppWidget.h>
 
 // ctkDICOMCore includes
 #include "ctkDICOMDatabase.h"
@@ -79,7 +79,7 @@ int main(int argc, char** argv)
     }
   }
 
-  ctkDICOMBrowser DICOMApp;
+  ctkDICOMAppWidget DICOMApp;
 
   DICOMApp.setDatabaseDirectory(databaseDirectory);
   DICOMApp.show();