diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /src/kernel/tqclipboard_x11.cpp | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa.tar.gz tqt-397b7afa.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqclipboard_x11.cpp')
| -rw-r--r-- | src/kernel/tqclipboard_x11.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kernel/tqclipboard_x11.cpp b/src/kernel/tqclipboard_x11.cpp index 16af49f8e..16772b491 100644 --- a/src/kernel/tqclipboard_x11.cpp +++ b/src/kernel/tqclipboard_x11.cpp @@ -64,7 +64,7 @@ #ifndef TQT_NO_CLIPBOARD -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqeventloop.h" #include "tqbitmap.h" #include "tqdatetime.h" @@ -74,7 +74,7 @@ #include "tqvaluelist.h" #include "tqmap.h" #include "tqt_x11_p.h" -#include "qapplication_p.h" +#include "tqapplication_p.h" // REVISED: arnt @@ -83,12 +83,12 @@ Internal TQClipboard functions for X11. *****************************************************************************/ -// from qapplication_x11.cpp +// from tqapplication_x11.cpp typedef int (*QX11EventFilter) (XEvent*); extern QX11EventFilter tqt_set_x11_event_filter (QX11EventFilter filter); -extern Time tqt_x_time; // def. in qapplication_x11.cpp -extern Time qt_x_incr; // def. in qapplication_x11.cpp +extern Time tqt_x_time; // def. in tqapplication_x11.cpp +extern Time qt_x_incr; // def. in tqapplication_x11.cpp extern Atom qt_xa_clipboard; extern Atom qt_selection_property; extern Atom tqt_clipboard_sentinel; @@ -1575,7 +1575,7 @@ void TQClipboard::setData( TQMimeSource* src, Mode mode ) /* - Called by the main event loop in qapplication_x11.cpp when the + Called by the main event loop in tqapplication_x11.cpp when the _QT_SELECTION_SENTINEL property has been changed (i.e. when some TQt process has performed TQClipboard::setData(). If it returns TRUE, the TQClipBoard dataChanged() signal should be emitted. |
