io: Fix Qt import accidentally removed.

This commit is contained in:
Stefan van der Walt
2009-11-07 23:22:06 +02:00
parent a99339f9d6
commit ec5bba7682
+1
View File
@@ -17,6 +17,7 @@ else:
QLabel, QWidget, QVBoxLayout, QSlider,
QPainter, QColor, QFrame, QLayoutItem)
from PyQt4 import QtCore, QtGui
from PyQt4.QtCore import Qt
from q_color_mixer import MixerPanel
from q_histogram import QuadHistogram