[patch] fix deprecated init() usage in kdelibs/kioslave/http/http_cache_cleaner.cpp
Brad Hards
bhards at bigpond.net.au
Wed Jan 7 11:08:58 GMT 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
OK to apply?
Brad
RCS file: /home/kde/kdelibs/kioslave/http/http_cache_cleaner.cpp,v
retrieving revision 1.26
diff -u -4 -p -r1.26 http_cache_cleaner.cpp
- --- http_cache_cleaner.cpp 22 Nov 2003 12:37:47 -0000 1.26
+++ http_cache_cleaner.cpp 7 Jan 2004 11:13:15 -0000
@@ -189,9 +189,11 @@ void scanDirectory(FileInfoList &fileEnt
extern "C" int kdemain(int argc, char **argv)
{
KLocale::setMainCatalogue("kdelibs");
- - KCmdLineArgs::init( argc, argv, appName, description, version, true);
+ KCmdLineArgs::init( argc, argv, appName,
+ I18N_NOOP("KDE HTTP cache cleaner"),
+ description, version, true);
KCmdLineArgs::addCmdLineOptions( options );
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
- --
http://linux.conf.au - I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/++jKGwwszQ/PZzgRAm8pAJ9uaHKc/8j8k+lJ0YObNG6TAoukSgCfVlwX
BmP51iQECQrYqzwFfO7wuRI=
=bxMU
-----END PGP SIGNATURE-----
More information about the kde-core-devel
mailing list