diff options
author | Timothy Pearson <[email protected]> | 2012-03-02 02:06:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-02 02:06:02 -0600 |
commit | 5e4daf07fee2bc21375f32bd897d2011c01f648e (patch) | |
tree | d64485005d8f0d16a0d93ee8e27a3ab1ac76d2d7 /chalk/chalkcolor | |
parent | 7d18baa666593a494ceea480732a8540ba471fe5 (diff) | |
download | koffice-5e4daf07fee2bc21375f32bd897d2011c01f648e.tar.gz koffice-5e4daf07fee2bc21375f32bd897d2011c01f648e.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'chalk/chalkcolor')
-rw-r--r-- | chalk/chalkcolor/kis_profile.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/chalkcolor/kis_profile.cc b/chalk/chalkcolor/kis_profile.cc index 3f5815ad..61b2ad32 100644 --- a/chalk/chalkcolor/kis_profile.cc +++ b/chalk/chalkcolor/kis_profile.cc @@ -176,10 +176,10 @@ KisProfile * KisProfile::getScreenProfile (int screen) unsigned long bytes_after; TQ_UINT8 * str; - static Atom icc_atom = XInternAtom( qt_xdisplay(), "_ICC_PROFILE", False ); + static Atom icc_atom = XInternAtom( tqt_xdisplay(), "_ICC_PROFILE", False ); - if ( XGetWindowProperty ( qt_xdisplay(), - qt_xrootwin( screen ), + if ( XGetWindowProperty ( tqt_xdisplay(), + tqt_xrootwin( screen ), icc_atom, 0, INT_MAX, |