diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 19:34:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 19:34:22 +0900 |
| commit | 2080def64c64099ea7685d903d070e028a8cb916 (patch) | |
| tree | f645ca3060a53cae9729cf3e9256da820e534e35 /src/dialogs | |
| parent | 37a07263c70308f7ddef4aac747446d5ede82374 (diff) | |
| download | tqt-2080def64c64099ea7685d903d070e028a8cb916.tar.gz tqt-2080def64c64099ea7685d903d070e028a8cb916.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/tqprintdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dialogs/tqprintdialog.cpp b/src/dialogs/tqprintdialog.cpp index 4cd57a02c..15272e8fa 100644 --- a/src/dialogs/tqprintdialog.cpp +++ b/src/dialogs/tqprintdialog.cpp @@ -618,7 +618,6 @@ static char *parseNsswitchConf( TQListView * printers ) return defaultPrinter; } -// HP-UX static void parseEtcLpMember( TQListView * printers ) { TQDir lp( TQString::fromLatin1("/etc/lp/member") ); |
