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

List:       kde-commits
Subject:    extragear/plasma/applets/notes
From:       Enrico Ros <rosenric () dei ! unipd ! it>
Date:       2008-04-23 16:49:54
Message-ID: 1208969394.499485.16877.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 800195 by eros:

adapt to the new Plasma::svg api (no more image path on the constructor)



 M  +3 -2      notes.cpp  


--- trunk/extragear/plasma/applets/notes/notes.cpp #800194:800195
@@ -29,9 +29,10 @@
 #include <KColorDialog>
 
 Notes::Notes(QObject *parent, const QVariantList &args)
-    : Plasma::Applet(parent, args),
-    m_notes_theme("widgets/notes", this)
+    : Plasma::Applet(parent, args)
+    , m_notes_theme(this)
 {
+    m_notes_theme.setImagePath("widgets/notes");
     setHasConfigurationInterface(true);
     setAcceptDrops(true);
     setAcceptsHoverEvents(true);
[prev in list] [next in list] [prev in thread] [next in thread] 

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