[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdetoys/kweather
From:       David Faure <faure () kde ! org>
Date:       2007-03-29 20:44:30
Message-ID: 1175201070.060192.21204.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 647904 by dfaure:

Fix compilation. Using NULL for Lubos, but I'm really confused about whether we should use NULL or not...


 M  +3 -3      weatherlib.cpp  


--- trunk/KDE/kdetoys/kweather/weatherlib.cpp #647903:647904
@@ -135,7 +135,7 @@
 						// File error
 						kDebug( 12006 ) << "File empty error..." << endl;
 						KPassivePopup::message( i18n("KWeather Error"),
-						i18n("The temp file %1 was empty.", d->target->fileName()), 0L);
+						i18n("The temp file %1 was empty.", d->target->fileName()), (QWidget*)NULL);
 						d->updated = false;
 					}
 				}
@@ -144,7 +144,7 @@
 					// File error
 					kDebug( 12006 ) << "File read error..." << endl;
 					KPassivePopup::message( i18n("KWeather Error"),
-				i18n("Could not read the temp file %1.", d->target->fileName()), 0L );
+				i18n("Could not read the temp file %1.", d->target->fileName()), (QWidget*)NULL);
 					d->updated = false;
 				}
 				delete d->target;
@@ -157,7 +157,7 @@
 				data.remove(d->wi.reportLocation);
 				kDebug( 12006 ) << "Bad station data so i am going to remove it" << endl;
 				KPassivePopup::message( i18n("KWeather Error"),
-				i18n("The requested station does not exist."),  0L );
+				i18n("The requested station does not exist."),  (QWidget*)NULL );
 			}
 			else if(job->error() == KIO::ERR_COULD_NOT_CONNECT ||
 				job->error() == KIO::ERR_UNKNOWN_HOST)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic