exportoofiledialog.cpp
branchqt4-port
changeset 21 b091563e28e6
parent 11 b8c547f0fc58
     1.1 --- a/exportoofiledialog.cpp	Thu Jul 27 14:07:11 2006 +0000
     1.2 +++ b/exportoofiledialog.cpp	Tue Sep 05 09:30:16 2006 +0000
     1.3 @@ -90,7 +90,7 @@
     1.4  				configPaths.append (fi.absFilePath());
     1.5  				set.clear();
     1.6  				set.readSettings (fi.absFilePath());
     1.7 -				addFilter (set.readEntry("Name") + " (*.odp)");
     1.8 +				addFilter (set.readEntry(QString("Name")) + " (*.odp)");
     1.9  			}		
    1.10          }
    1.11  	}