javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 67 63b81d807542
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java	Thu May 27 12:49:31 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java	Fri Jun 11 13:33:44 2010 +0300
@@ -1255,23 +1255,23 @@
         super.hookEvents_pp ();
         
         if(!((style & SWT.SINGLE) != 0 && (style & SWT.RADIO) != 0 )){
-            int itemSelectionChangedProxy = OS.SignalHandler_new(topHandle, display,
+            int itemSelectionChangedProxy = OS.SignalHandler_new(topHandle, 
                 OS.QSIGNAL_TABLE_ITEMSELECTION_CHANGED);
             OS.QObject_connectOrThrow(topHandle, "itemSelectionChanged()", itemSelectionChangedProxy,
                 "widgetSignal()", OS.QT_AUTOCONNECTION);
         }
         
-        int currentCellChangedProxy = OS.SignalHandler_new(topHandle, display,
+        int currentCellChangedProxy = OS.SignalHandler_new(topHandle, 
                 OS.QSIGNAL_TABLE_CURRENTCELL_CHANGED);
         OS.QObject_connectOrThrow(topHandle, "currentCellChanged(int,int,int,int)", currentCellChangedProxy,
                 "widgetSignal(int,int,int,int)", OS.QT_AUTOCONNECTION);
         
-        int cellChangedProxy = OS.SignalHandler_new(topHandle, display,
+        int cellChangedProxy = OS.SignalHandler_new(topHandle, 
                 OS.QSIGNAL_TABLE_CELL_CHANGED);
         OS.QObject_connectOrThrow(topHandle, "cellChanged(int,int)", cellChangedProxy,
                 "widgetSignal(int,int)", OS.QT_AUTOCONNECTION);
         
-        int cellActivatedProxy = OS.SignalHandler_new(topHandle, display,
+        int cellActivatedProxy = OS.SignalHandler_new(topHandle, 
                 OS.QSIGNAL_TABLE_CELL_ACTIVATED);
         OS.QObject_connectOrThrow(topHandle, "cellActivated(int,int)", cellActivatedProxy,
                 "widgetSignal(int,int)", OS.QT_AUTOCONNECTION);