summaryrefslogtreecommitdiffstats
path: root/sip/qt/qnamespace.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:18:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:18:57 -0600
commit752274609034af8c68c46d19bed586ea6ae348b8 (patch)
treee8e76ca1acfa09d45f399a88cb3ada51992ae574 /sip/qt/qnamespace.sip
parentd2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff)
downloadpytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz
pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip
Fix retquire
Diffstat (limited to 'sip/qt/qnamespace.sip')
-rw-r--r--sip/qt/qnamespace.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qnamespace.sip b/sip/qt/qnamespace.sip
index 7bd009c..be20dc2 100644
--- a/sip/qt/qnamespace.sip
+++ b/sip/qt/qnamespace.sip
@@ -135,7 +135,7 @@ public:
typedef uint WState;
// WidgetState isn't part of the public API but is used in code
- // generated by uic/pyuic, so we implement the minimum retquired.
+ // generated by uic/pyuic, so we implement the minimum required.
enum WidgetState {
WState_Polished
};