Less warnings about deprecated functions

svn path=/trunk/KDE/kdebase/coreapps/; revision=544526
wilder
Tim Beaulen 20 years ago committed by Aleix Pol
parent 054c4138f8
commit 7f127ff5b8
  1. 2
      src/kreadconfig/kreadconfig.cpp

@ -85,7 +85,7 @@ int main(int argc, char **argv)
delete konfig;
return retValue;
} else if((type=="num") || (type=="int")) {
long retValue = konfig->readLongNumEntry(key, dflt.toLong());
long retValue = konfig->readEntry<qulonglong>(key, dflt.toLong());
if ( configMustDeleted )
delete konfig;
return retValue;

Loading…
Cancel
Save