/[classpath]/classpath/gnu/java/awt/peer/qt/QtMenuItemPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtMenuItemPeer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by smarothy, Thu Aug 11 17:06:48 2005 UTC revision 1.2 by mark, Fri Aug 12 16:11:31 2005 UTC
# Line 76  public class QtMenuItemPeer extends QtMe Line 76  public class QtMenuItemPeer extends QtMe
76      ActionEvent e = new ActionEvent(owner,      ActionEvent e = new ActionEvent(owner,
77                                      ActionEvent.ACTION_PERFORMED,                                      ActionEvent.ACTION_PERFORMED,
78                                      ((MenuItem)owner).getActionCommand());                                      ((MenuItem)owner).getActionCommand());
79      toolkit.eventQueue.postEvent(e);      QtToolkit.eventQueue.postEvent(e);
80    }    }
81    
82    // ************ Public methods *********************    // ************ Public methods *********************

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26