diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:17:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:17:53 -0500 |
commit | 37e3f157c7d76f13de807fa66e36df209e1005fb (patch) | |
tree | 7a4f131b2ee065337dac341bff34515310efba4f /experimental/tqtinterface/qt4/src/compat/tqdatetm.h | |
parent | 16630c3eff313238fa8412275555285c9195981b (diff) | |
download | tde-37e3f157c7d76f13de807fa66e36df209e1005fb.tar.gz tde-37e3f157c7d76f13de807fa66e36df209e1005fb.zip |
Added TQt4 HEAD
Diffstat (limited to 'experimental/tqtinterface/qt4/src/compat/tqdatetm.h')
-rw-r--r-- | experimental/tqtinterface/qt4/src/compat/tqdatetm.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/experimental/tqtinterface/qt4/src/compat/tqdatetm.h b/experimental/tqtinterface/qt4/src/compat/tqdatetm.h new file mode 100644 index 000000000..e8d0d736f --- /dev/null +++ b/experimental/tqtinterface/qt4/src/compat/tqdatetm.h @@ -0,0 +1,25 @@ +/**************************************************************************** +** +** 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 "tqdatetime.h" +#endif |