K 10
svn:author
V 6
rakuco
K 8
svn:date
V 27
2012-05-21T18:15:32.000000Z
K 7
svn:log
V 279
Make the port build with the upcoming Qt 4.8.1.

vncview.cpp defines a macro called "error" (which is ugly), and
qfile.h, which is included later, defined a class method called error,
and conflicts arise.

Fix it by moving the macro definition after the Qt headers are
included.

END
