diff options
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]; } |