diff options
Diffstat (limited to 'src/kernel/tqpixmap_x11.cpp')
-rw-r--r-- | src/kernel/tqpixmap_x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/tqpixmap_x11.cpp b/src/kernel/tqpixmap_x11.cpp index 9f8c6b7d1..36c050005 100644 --- a/src/kernel/tqpixmap_x11.cpp +++ b/src/kernel/tqpixmap_x11.cpp @@ -71,7 +71,7 @@ #include "tqpaintdevicemetrics.h" #include "tqimage.h" #include "tqwmatrix.h" -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqt_x11_p.h" #include <stdlib.h> @@ -371,7 +371,7 @@ static void build_scale_table( uint **table, uint nBits ) static int defaultScreen = -1; -extern bool tqt_use_xrender; // defined in qapplication_x11.cpp +extern bool tqt_use_xrender; // defined in tqapplication_x11.cpp extern bool tqt_has_xft; // defined in tqfont_x11.cpp #ifndef TQT_NO_XFTFREETYPE @@ -2421,7 +2421,7 @@ TQ_EXPORT void copyBlt( TQPixmap *dst, int dx, int dy, #ifndef TQT_NO_XFTFREETYPE // copy alpha data - extern bool tqt_use_xrender; // from qapplication_x11.cpp + extern bool tqt_use_xrender; // from tqapplication_x11.cpp if ( ! tqt_use_xrender || ! src->data->alphapm ) return; |