diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-05 23:03:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 10:25:27 +0900 |
| commit | 90cd05fc319e856bf907b1d8b1c0d05816e71af7 (patch) | |
| tree | 1814041c14ee75989f1a0ddac88434483a54b1f8 /kcontrol/style/kcmstyle.cpp | |
| parent | fc3cb1efd2b9f465c7f2a00d6d6b5f14d9b7094b (diff) | |
| download | tdebase-90cd05fc.tar.gz tdebase-90cd05fc.zip | |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57a00bdcbda06e2ec437be4db20f59a10b921157)
Diffstat (limited to 'kcontrol/style/kcmstyle.cpp')
| -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 } } |
