diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /src/kernel/qapplication_x11.cpp | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r-- | src/kernel/qapplication_x11.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 444271514..3c6e43185 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -63,7 +63,7 @@ #include "ntqapplication.h" #include "qapplication_p.h" -#include "qcolor_p.h" +#include "tqcolor_p.h" #include "ntqcursor.h" #include "tqwidget.h" #include "tqwidget_p.h" @@ -71,7 +71,7 @@ #include "tqwidgetlist.h" #include "tqwidgetintdict.h" #include "tqbitarray.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqpixmapcache.h" #include "tqdatetime.h" #include "tqtextcodec.h" @@ -441,7 +441,7 @@ extern bool qt_check_selection_sentinel(); //def in tqclipboard_x11.cpp static void qt_save_rootinfo(); bool tqt_try_modal( TQWidget *, XEvent * ); -int qt_ncols_option = 216; // used in qcolor_x11.cpp +int qt_ncols_option = 216; // used in tqcolor_x11.cpp int qt_visual_option = -1; bool qt_cmap_option = FALSE; TQWidget *qt_button_down = 0; // widget got last button-down @@ -1648,7 +1648,7 @@ static KeySym qt_x11_keycode_to_keysym(Display *dpy, KeyCode kc) { #include <X11/keysymdef.h> // ### This should be static but it isn't because of the friend declaration -// ### in ntqpaintdevice.h which then should have a static too but can't have +// ### in tqpaintdevice.h which then should have a static too but can't have // ### it because "storage class specifiers invalid in friend function // ### declarations" :-) Ideas anyone? void tqt_init_internal( int *argcptr, char **argv, @@ -2133,7 +2133,7 @@ void tqt_init_internal( int *argcptr, char **argv, #endif #if !defined(TQT_NO_XFTFREETYPE) - // defined in qfont_x11.cpp + // defined in tqfont_x11.cpp extern bool tqt_has_xft; #ifndef QT_XFT2 if (!tqt_use_xrender) |