From 95b02a470fa233548b3c3be0cff13caf4c88ba21 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 18 Sep 2011 23:43:22 +0000 Subject: Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtsharp/src/bindings/static/QtSupport.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtsharp/src/bindings') 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); } -- cgit v1.2.1