<br><br><div class="gmail_quote">On Mon, Sep 21, 2009 at 3:51 PM, Cristian Oneţ <span dir="ltr">&lt;<a href="mailto:onet.cristian@gmail.com">onet.cristian@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
În data de Duminică 20 Septembrie 2009 18:48:51 Thomas Baumgart a scris:<br>
<div class="im">&gt; Hi,<br>
&gt;<br>
&gt; on Sunday 20 September 2009 Cristian Oneţ wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; Has anyone something against moving all the private members of<br>
&gt; &gt; KMyMoneyApp into the Private struct from the cpp thus removing a lot of<br>
&gt; &gt; included headers from kmymoney2.h an possibly improving the global build<br>
&gt; &gt; time?<br>
&gt;<br>
&gt; Not me.<br>
&gt;<br>
</div>Than it&#39;s done in SVN.<br>
<br>
Another matther of coding style would be the different ways of writing the<br>
includes. For example:<br>
<br>
#include &lt;QApplication&gt;<br>
and<br>
#include &lt;kapplication.h&gt;<br>
<br>
Right now we have both ways. I would prefer sticking to one of these two<br>
styles but which one? I would vote for the second. Any toughts on this?<br></blockquote></div><br><br>This is the link referred by Krazy about the includes: <a href="http://techbase.kde.org/Policies/Library_Code_Policy#Getting_.23includes_right">http://techbase.kde.org/Policies/Library_Code_Policy#Getting_.23includes_right</a><br>
<br><br>