Okay i have fixed whatever you had asked , again tell if i missed anything.<br>    <br>- Smit Shah<br><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 12:48 AM, Sebastian Trüg <span dir="ltr">&lt;<a href="mailto:trueg@kde.org">trueg@kde.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I have only two tiny comments left:<br>
<br>
On 03/22/2011 05:42 PM, Who Knows wrote:<br>
&gt; +    m_resourceQueryWidget-&gt;openQuery();;<br>
<br>
duplicate semicolon<br>
<br>
&gt;  &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt;  &lt;gui name=&quot;nepomukshell&quot;<br>
&gt; -     version=&quot;3&quot;<br>
&gt; +     version=&quot;3.1&quot;<br>
<br>
AFAIK we can only use integers here which means it would have to be &quot;4&quot;.<br>
I am not sure though.<br>
<br>
&gt; +    QString fileName =  KFileDialog::getOpenFileName(KUrl(), QString(&quot;*.txt&quot;), this, i18n( &quot;Open a query to edit&quot; ));<br>
<br>
Just as a hint: It is recommended to use QLatin1String(&quot;*.txt&quot;) since<br>
that avoids loading a text codec in Qt. But that is a detail mostly for<br>
your benefit. :)<br>
<br>
Great work. I will commit this tomorrow.<br>
<br>
Cheers,<br>
<font color="#888888">Sebastian<br>
</font></blockquote></div><br>