[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Wed May 7 11:57:45 CEST 2003


CVS commit by netterfield: 

Un-broke file reading.


  M +3 -1      kstfile.cpp   1.5


--- kdeextragear-2/kst/kst/kstfile.cpp  #1.4:1.5
@@ -65,6 +65,8 @@ KstFile::KstFile(QDomElement &e) {
 void KstFile::commonConstructor(const QString &_filename_in,
                                 const KstFileType &newType) {
-  const char *filename_in = QFile::encodeName(_filename_in).data();
+  const char *filename_in = _filename_in.latin1();
   int len;
+
+  std::cout << filename_in << "\n";
 
   NumUsed = NumFrames = 0;




More information about the Kst mailing list