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

List:       kde-commits
Subject:    KDE/kdepim/akonadi/tray
From:       Davide Bettio <davide.bettio () kdemail ! net>
Date:       2009-09-20 16:18:20
Message-ID: 1253463500.640170.16295.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1026047 by bettio:

Replaced the KPassivePopup with a KNotification.


 M  +3 -3      dock.cpp  


--- trunk/KDE/kdepim/akonadi/tray/dock.cpp #1026046:1026047
@@ -34,7 +34,7 @@
 #include <KLocale>
 #include <KMenu>
 #include <KMessageBox>
-#include <KPassivePopup>
+#include <KNotification>
 #include <KStandardShortcut>
 
 #include <akonadi/control.h>
@@ -179,8 +179,8 @@
 
 void Dock::infoMessage( const QString &message, const QString &title )
 {
-    KPassivePopup::message( title.isEmpty() ? i18n( "Akonadi message" ) : title,
-                            message, m_parentWidget  );
+    KNotification::event( KNotification::Notification, title.isEmpty() ? i18n( \
"Akonadi message" ) : title, +                            message, QPixmap(), \
m_parentWidget  );  }
 
 void Dock::slotInstanceError( const Akonadi::AgentInstance& agent, const QString& \
message )


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

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