From kde-commits Sat Oct 06 23:33:20 2007 From: Pino Toscano Date: Sat, 06 Oct 2007 23:33:20 +0000 To: kde-commits Subject: playground/pim/mailody/src Message-Id: <1191713600.419204.15278.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119171360727993 SVN commit 722237 by pino: needed includes M +3 -0 headerview.cpp M +1 -0 headerwidget.cpp M +1 -0 mailboxlistview.cpp M +2 -0 messagedata.h M +2 -0 setupmisc.cpp M +1 -0 socketsafe.cpp --- trunk/playground/pim/mailody/src/headerview.cpp #722236:722237 @@ -28,6 +28,9 @@ #include #include +// KDE +#include + using namespace Mailody; HeaderView::HeaderView( QWidget * parent ) --- trunk/playground/pim/mailody/src/headerwidget.cpp #722236:722237 @@ -31,6 +31,7 @@ // KDE #include +#include using namespace Mailody; --- trunk/playground/pim/mailody/src/mailboxlistview.cpp #722236:722237 @@ -23,6 +23,7 @@ #include #include +#include using namespace Mailody; --- trunk/playground/pim/mailody/src/messagedata.h #722236:722237 @@ -22,6 +22,8 @@ #ifndef MESSAGEDATA_H #define MESSAGEDATA_H +#include + #include #include #include --- trunk/playground/pim/mailody/src/setupmisc.cpp #722236:722237 @@ -31,6 +31,8 @@ #include #include #include +#include +#include using namespace Mailody; --- trunk/playground/pim/mailody/src/socketsafe.cpp #722236:722237 @@ -27,6 +27,7 @@ #include #include #include +#include // KDE #include