diff options
author | Michele Calgaro <[email protected]> | 2025-01-05 23:03:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-06 17:21:15 +0900 |
commit | 57a00bdcbda06e2ec437be4db20f59a10b921157 (patch) | |
tree | 73318d591c936ade7795bb97cabedc28afbb5698 /kcontrol/style | |
parent | bc0489413a519c15c9a0e9d3cf17f9cc6a5eb910 (diff) | |
download | tdebase-57a00bdcbda06e2ec437be4db20f59a10b921157.tar.gz tdebase-57a00bdcbda06e2ec437be4db20f59a10b921157.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/style')
-rw-r--r-- | kcontrol/style/kcmstyle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp index 53f4fe048..c03157c40 100644 --- a/kcontrol/style/kcmstyle.cpp +++ b/kcontrol/style/kcmstyle.cpp @@ -92,7 +92,6 @@ extern "C" runRdb( flags ); // Write some Qt root property. -#ifndef __osf__ // this crashes under Tru64 randomly -- will fix later TQByteArray properties; TQDataStream d(properties, IO_WriteOnly); d.setVersion( 3 ); // Qt2 apps need this. @@ -105,7 +104,6 @@ extern "C" XChangeProperty(tqt_xdisplay(), RootWindow(tqt_xdisplay(), i), a, a, 8, PropModeReplace, (unsigned char*) properties.data(), properties.size()); -#endif } } |