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

List:       kde-commits
Subject:    kdenetwork/knewsticker
From:       Frerich Raabe <raabe () kde ! org>
Date:       2003-09-08 19:26:12
[Download RAW message or body]

CVS commit by raabe: 

- Don't use the deprecated KNotifyClient::event overloads


  M +2 -2      knewsticker.cpp   1.161


--- kdenetwork/knewsticker/knewsticker.cpp  #1.160:1.161
@@ -214,5 +214,5 @@ void KNewsTicker::slotNewsSourceUpdated(
         if (m_newNews) {
                 KNotifyClient::Instance instance(m_instance);
-                KNotifyClient::event(QString::fromLatin1("NewNews"));
+                KNotifyClient::event(winId(), QString::fromLatin1("NewNews"));
         }
 }
@@ -303,5 +303,5 @@ void KNewsTicker::slotNotifyOfFailures()
                                         " sites. The Internet connection might be cut.");
 
-        KNotifyClient::event(QString::fromLatin1("InvalidRDF"), notification);
+        KNotifyClient::event(winId(), QString::fromLatin1("InvalidRDF"), notification);
 }
 


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

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