diff options
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. | 
