summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'qtsharp/src/bindings')
-rw-r--r--qtsharp/src/bindings/static/QtSupport.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtsharp/src/bindings/static/QtSupport.cs b/qtsharp/src/bindings/static/QtSupport.cs
index 01031446..c0ad30ed 100644
--- a/qtsharp/src/bindings/static/QtSupport.cs
+++ b/qtsharp/src/bindings/static/QtSupport.cs
@@ -387,8 +387,8 @@ namespace Qt {
remove { EventList.Remove ("TQDropEvent", value); }
}
public static event QIMHandler imHandler {
- add { EventList.Add ("TQIMEvent", value); }
- remove { EventList.Remove ("TQIMEvent", value); }
+ add { EventList.Add ("QIMEvent", value); }
+ remove { EventList.Remove ("QIMEvent", value); }
}
public static event QPaintHandler paintHandler {
add { EventList.Add ("TQPaintEvent", value); }