diff options
author | Michele Calgaro <[email protected]> | 2023-07-08 16:26:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-08 16:26:58 +0900 |
commit | b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd (patch) | |
tree | b94c115b9b06945a35e4ff682fea2d643785f1b4 /src/compat/ntqpsprn.h | |
parent | fd565e9bad03fc401559959b8c3a5f8e3d819b2f (diff) | |
download | tqt3-b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd.tar.gz tqt3-b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd.zip |
Drop compat headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/compat/ntqpsprn.h')
-rw-r--r-- | src/compat/ntqpsprn.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/compat/ntqpsprn.h b/src/compat/ntqpsprn.h deleted file mode 100644 index f8f0f6d27..000000000 --- a/src/compat/ntqpsprn.h +++ /dev/null @@ -1,25 +0,0 @@ -/**************************************************************************** -** -** Compatibility file - should only be included by legacy code. -** It #includes the file which obsoletes this one. -** -** Copyright (C) 1998-2008 Trolltech ASA. All rights reserved. -** This file is part of the TQt GUI Toolkit. -** -** This file may be distributed under the terms of the Q Public License -** as defined by Trolltech ASA of Norway and appearing in the file -** LICENSE.TQPL included in the packaging of this file. -** -** Licensees holding valid TQt Professional Edition licenses may use this -** file in accordance with the TQt Professional Edition License Agreement -** provided with the TQt Professional Edition. -** -** See http://www.trolltech.com/pricing.html or email [email protected] for -** information about the Professional Edition licensing, or see -** http://www.trolltech.com/qpl/ for TQPL licensing information. -** -*****************************************************************************/ -#ifndef TQPSPRN_H -#define TQPSPRN_H -#include <private/qpsprinter_p.h> -#endif |