diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:07:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:07:07 -0600 |
commit | 799430b07fac1a9715ad6a42f7d0fbc3ee655738 (patch) | |
tree | e85bcefe109792a8b6f399931ad05e383fcdea29 /style/qtc_kstyle.cpp | |
parent | 03e470d6a8541df3594e66e258e81408b2b0a927 (diff) | |
download | tde-style-qtcurve-799430b07fac1a9715ad6a42f7d0fbc3ee655738.tar.gz tde-style-qtcurve-799430b07fac1a9715ad6a42f7d0fbc3ee655738.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'style/qtc_kstyle.cpp')
-rw-r--r-- | style/qtc_kstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtc_kstyle.cpp b/style/qtc_kstyle.cpp index 22f2584..bb55bad 100644 --- a/style/qtc_kstyle.cpp +++ b/style/qtc_kstyle.cpp @@ -47,7 +47,7 @@ # include <X11/Xlib.h> # ifdef HAVE_XRENDER # include <X11/extensions/Xrender.h> // schroder - extern bool qt_use_xrender; + extern bool tqt_use_xrender; # endif #else #undef HAVE_XRENDER |