exportoofiledialog.cpp
branchqt4-port
changeset 16 41c3d7f9f532
parent 11 b8c547f0fc58
     1.1 --- a/exportoofiledialog.cpp	Tue Aug 15 12:01:14 2006 +0000
     1.2 +++ b/exportoofiledialog.cpp	Tue Aug 29 08:31:42 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  	}