Hi.

First of all, thanks a lot for your hard work on KDE to polish it and make
it so .. well, so excellent :)

However, any piece of software have a bugs, you know. Here is my first try
to make tiny contribution to KDE and fix one of them.
Bug appears, for example, here (see section kdeplasma-addons):
http://developer.kde.org/~dirk/dashboard/
It prevents kdeplasma-addons from successful compiling.
The attached patch applies to the file
KDE/kdeplasma-addons/libs/lancelot-datamodels/Applications_p.h. It is meant
for trunk branch. After that patch applied kdeplasma-addons compiles
succesfully.
Hope I send patch to apropriate mail-list, if not please tell me right one.
Thanks in advance.
Index: Applications_p.h
===================================================================
--- Applications_p.h	(revision 1078776)
+++ Applications_p.h	(working copy)
@@ -21,6 +21,7 @@
 #define LANCELOTAPP_MODELS_APPLICATIONS_P_H
 
 #include "BaseModel.h"
+#include "Applications.h"
 
 namespace Lancelot {
 namespace Models {
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to