One of the main reasons you would want to convert your domain to http://www, is to make search engines only see one webpage.
You will avoid duplicate content on search engines by doing so.
Simply add this to your .htaccess file.
RewriteEngine On
rewritecond %{http_host} ^qkin.com
rewriteRule ^(.*) http://www.qkin.com/$1 [R=301,L]