/[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.2.1 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Sep 10 15:32:04 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    #include <assert.h>
39  #include <QLineEdit>  #include <QLineEdit>
40  #include <QWidget>  #include <QWidget>
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 146  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.2.1  
changed lines
  Added in v.1.2.2.2

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