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