]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
There was an error in last integration (source not compilable on RedHat) in dirPath...
authorasv <asv@opencascade.com>
Fri, 27 Jan 2006 06:55:18 +0000 (06:55 +0000)
committerasv <asv@opencascade.com>
Fri, 27 Jan 2006 06:55:18 +0000 (06:55 +0000)
src/SALOMEGUI/QAD_FileDlg.cxx

index dd6a89c5fca40c210c58f3c673ddce869c958e0d..3748e004354f590a95e62ef769e61470254a6866 100644 (file)
@@ -425,5 +425,5 @@ QString QAD_FileDlg::dirPath() const
   if ( !mySelectedFile.isNull() )
     return QFileInfo( mySelectedFile ).dirPath();
   
-  return QFileDialog::dirPath();
+  return QFileDialogP::dirPath();
 }