summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqpixmap_x11.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /src/kernel/tqpixmap_x11.cpp
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz
tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqpixmap_x11.cpp')
-rw-r--r--src/kernel/tqpixmap_x11.cpp6
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;