diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-08 16:26:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-08 16:26:58 +0900 |
commit | b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd (patch) | |
tree | b94c115b9b06945a35e4ff682fea2d643785f1b4 /src/compat/ntqdatetm.h | |
parent | fd565e9bad03fc401559959b8c3a5f8e3d819b2f (diff) | |
download | tqt3-b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd.tar.gz tqt3-b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd.zip |
Drop compat headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/compat/ntqdatetm.h')
-rw-r--r-- | src/compat/ntqdatetm.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/compat/ntqdatetm.h b/src/compat/ntqdatetm.h deleted file mode 100644 index 26acdb8b3..000000000 --- a/src/compat/ntqdatetm.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 sales@trolltech.com for -** information about the Professional Edition licensing, or see -** http://www.trolltech.com/qpl/ for TQPL licensing information. -** -*****************************************************************************/ -#ifndef TQDATETM_H -#define TQDATETM_H -#include "ntqdatetime.h" -#endif |