summaryrefslogtreecommitdiffstats
path: root/src/kernel/qmotifdnd_x11.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/kernel/qmotifdnd_x11.cpp
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qmotifdnd_x11.cpp')
-rw-r--r--src/kernel/qmotifdnd_x11.cpp4
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" );