views.mainwindow: Use the 'Qt' module directly
commit8dc7188d47d49891b11cc476377f9b900e4c0f58
authorDavid Aguilar <davvid@gmail.com>
Tue, 19 Jan 2010 07:31:13 +0000 (18 23:31 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 19 Jan 2010 07:31:24 +0000 (18 23:31 -0800)
treef29efb93c92779e8d389bee3d9e4d1fc1f5e2ed3
parent1182bb82178d8fd06fe90ca314aa0a225c3fd92d
views.mainwindow: Use the 'Qt' module directly

We already imported 'Qt' from 'QtCore' so there's no
need to reference it via 'QtCore.Qt' when we can simply
say 'Qt' instead.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/views/mainwindow.py