aFile += myDumpFormat.lower();
ProcessVoidEvent(new TVoidMemFunEvent<SVTK_ViewWindow>
(myView,&SVTK_ViewWindow::RefreshDumpImage)); // IPAL13602
- ProcessEvent(new TMemFun2ArgEvent<SVTK_ViewWindow,bool,const QString&,const QString&>
- (myView,&SVTK_ViewWindow::dumpViewToFormat,aFile,myDumpFormat));
+ ProcessEvent(new TMemFun2ArgEvent<SUIT_ViewWindow,bool,const QString&,const QString&>
+ (myView,&SUIT_ViewWindow::dumpViewToFormat,aFile,myDumpFormat));
} else {
QFileInfo aFileInfo(myDumpPath);
QString aDirPath = aFileInfo.dirPath(true);