diff options
Diffstat (limited to 'src/kernel/qmotifdnd_x11.cpp')
-rw-r--r-- | src/kernel/qmotifdnd_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qmotifdnd_x11.cpp b/src/kernel/qmotifdnd_x11.cpp index 548310dab..8bd2d8b8f 100644 --- a/src/kernel/qmotifdnd_x11.cpp +++ b/src/kernel/qmotifdnd_x11.cpp @@ -95,7 +95,7 @@ static ushort num_src_targets ; extern bool qt_motifdnd_active; -// this stuff is copied from qclipboard_x11.cpp +// this stuff is copied from tqclipboard_x11.cpp extern bool qt_xclb_wait_for_event( Display *dpy, Window win, int type, XEvent *event, int timeout ); @@ -704,7 +704,7 @@ const char *qt_motifdnd_format( int n ) Atom target = src_targets[n]; - // duplicated from qclipboard_x11.cpp - not the best solution + // duplicated from tqclipboard_x11.cpp - not the best solution static Atom xa_utf8_string = *qt_xdnd_str_to_atom( "UTF8_STRING" ); static Atom xa_text = *qt_xdnd_str_to_atom( "TEXT" ); static Atom xa_compound_text = *qt_xdnd_str_to_atom( "COMPOUND_TEXT" ); |