diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:13:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:13:02 -0600 |
commit | 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 (patch) | |
tree | bf71d4bfa94d0561e80456400ae5fe2bb501fbd8 /twin/atoms.cpp | |
parent | e8a1cdc01d38125bea12d5494db977ae6429919a (diff) | |
download | tdebase-8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96.tar.gz tdebase-8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'twin/atoms.cpp')
-rw-r--r-- | twin/atoms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/atoms.cpp b/twin/atoms.cpp index aa6e82ea2..0d4ee6195 100644 --- a/twin/atoms.cpp +++ b/twin/atoms.cpp @@ -103,7 +103,7 @@ Atoms::Atoms() assert( n <= max ); - XInternAtoms( qt_xdisplay(), names, n, FALSE, atoms_return ); + XInternAtoms( tqt_xdisplay(), names, n, FALSE, atoms_return ); for (int i = 0; i < n; i++ ) *atoms[i] = atoms_return[i]; } |