diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:14:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:14:25 -0600 |
commit | b1a161ba3a4e6e5152a20549be63656d0584a218 (patch) | |
tree | 6a8d7343a028794da8f3c56d50000703581cd707 /kfax/kfax.cpp | |
parent | c509088a31cffd8e6d25c00a00414025426fc737 (diff) | |
download | tdegraphics-b1a161ba3a4e6e5152a20549be63656d0584a218.tar.gz tdegraphics-b1a161ba3a4e6e5152a20549be63656d0584a218.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'kfax/kfax.cpp')
-rw-r--r-- | kfax/kfax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp index bbc9121a..e6eddf6a 100644 --- a/kfax/kfax.cpp +++ b/kfax/kfax.cpp @@ -1662,7 +1662,7 @@ int main (int argc, char **argv) MyApp a; - qtdisplay = qt_xdisplay(); + qtdisplay = tqt_xdisplay(); viewfaxmain(); |