/[classpath]/classpath/native/jni/qt-peer/qttextfieldpeer.cpp
ViewVC logotype

Diff of /classpath/native/jni/qt-peer/qttextfieldpeer.cpp

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

revision 1.2 by robilad, Mon Aug 15 21:53:12 2005 UTC revision 1.3 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 41  exception statement from your version. * Line 41  exception statement from your version. *
41  #include <gnu_java_awt_peer_qt_QtTextFieldPeer.h>  #include <gnu_java_awt_peer_qt_QtTextFieldPeer.h>
42  #include "qtcomponent.h"  #include "qtcomponent.h"
43  #include "qtstrings.h"  #include "qtstrings.h"
44    #include "slotcallbacks.h"
45  #include "mainthreadinterface.h"  #include "mainthreadinterface.h"
46    
47  class TFEchoChar : public AWTEvent {  class TFEchoChar : public AWTEvent {
# Line 147  JNIEXPORT void JNICALL Java_gnu_java_awt Line 148  JNIEXPORT void JNICALL Java_gnu_java_awt
148    assert( line );    assert( line );
149        
150    setNativeObject( env, obj, line );    setNativeObject( env, obj, line );
151      connectLineEdit(line, env, obj);
152  }  }
153    
154    

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

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