From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krandr/lowlevel_randr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'krandr/lowlevel_randr.h') diff --git a/krandr/lowlevel_randr.h b/krandr/lowlevel_randr.h index 54538aa44..e01c41acf 100644 --- a/krandr/lowlevel_randr.h +++ b/krandr/lowlevel_randr.h @@ -85,16 +85,16 @@ struct ScreenInfo* internal_read_screen_info (Display *); int internal_set_screen_size (struct ScreenInfo *screen_info); void internal_output_auto (struct ScreenInfo *screen_info, struct OutputInfo *output_info); void internal_output_off (struct ScreenInfo *screen_info, struct OutputInfo *output); -struct CrtcInfo* internal_auto_find_crtc (struct ScreenInfo *screen_info, struct OutputInfo *output_info); +struct CrtcInfo* internal_auto_tqfind_crtc (struct ScreenInfo *screen_info, struct OutputInfo *output_info); -XRRModeInfo *internal_find_mode_by_xid (struct ScreenInfo *screen_info, RRMode mode_id); +XRRModeInfo *internal_tqfind_mode_by_xid (struct ScreenInfo *screen_info, RRMode mode_id); int internal_mode_height (XRRModeInfo *mode_info, Rotation rotation); int internal_mode_width (XRRModeInfo *mode_info, Rotation rotation); int internal_get_width_by_output_id (struct ScreenInfo *screen_info, RROutput output_id); int internal_get_height_by_output_id (struct ScreenInfo *screen_info, RROutput output_id); char *internal_get_output_name (struct ScreenInfo *screen_info, RROutput id); -Status internal_crtc_apply (struct CrtcInfo *crtc_info); -Status internal_crtc_disable (struct CrtcInfo *crtc); +tqStatus internal_crtc_apply (struct CrtcInfo *crtc_info); +tqStatus internal_crtc_disable (struct CrtcInfo *crtc); int internal_main_low_apply (struct ScreenInfo *screen_info); #ifdef __cplusplus -- cgit v1.2.1