From b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jul 2023 16:26:58 +0900 Subject: [PATCH] Drop compat headers Signed-off-by: Michele Calgaro --- src/compat/ntqapp.h | 25 ------------------------- src/compat/ntqbitarry.h | 25 ------------------------- src/compat/ntqbttngrp.h | 25 ------------------------- src/compat/ntqchkbox.h | 25 ------------------------- src/compat/ntqclipbrd.h | 25 ------------------------- src/compat/ntqcollect.h | 25 ------------------------- src/compat/ntqcombo.h | 25 ------------------------- src/compat/ntqconnect.h | 25 ------------------------- src/compat/ntqdatetm.h | 25 ------------------------- src/compat/ntqdrawutl.h | 25 ------------------------- src/compat/ntqdstream.h | 25 ------------------------- src/compat/ntqfiledef.h | 25 ------------------------- src/compat/ntqfiledlg.h | 25 ------------------------- src/compat/ntqfileinf.h | 25 ------------------------- src/compat/ntqfontinf.h | 25 ------------------------- src/compat/ntqfontmet.h | 25 ------------------------- src/compat/ntqgrpbox.h | 25 ------------------------- src/compat/ntqintcach.h | 25 ------------------------- src/compat/ntqiodev.h | 25 ------------------------- src/compat/ntqlcdnum.h | 25 ------------------------- src/compat/ntqlined.h | 25 ------------------------- src/compat/ntqmenudta.h | 25 ------------------------- src/compat/ntqmetaobj.h | 25 ------------------------- src/compat/ntqmlined.h | 25 ------------------------- src/compat/ntqmsgbox.h | 25 ------------------------- src/compat/ntqmultilinedit.h | 25 ------------------------- src/compat/ntqobjcoll.h | 26 -------------------------- src/compat/ntqobjdefs.h | 25 ------------------------- src/compat/ntqpdevmet.h | 25 ------------------------- src/compat/ntqpmcache.h | 25 ------------------------- src/compat/ntqpntarry.h | 25 ------------------------- src/compat/ntqpopmenu.h | 25 ------------------------- src/compat/ntqprndlg.h | 25 ------------------------- src/compat/ntqprogbar.h | 25 ------------------------- src/compat/ntqprogdlg.h | 25 ------------------------- src/compat/ntqpsprn.h | 25 ------------------------- src/compat/ntqpushbt.h | 25 ------------------------- src/compat/ntqradiobt.h | 25 ------------------------- src/compat/ntqrangect.h | 25 ------------------------- src/compat/ntqscrbar.h | 25 ------------------------- src/compat/ntqsocknot.h | 25 ------------------------- src/compat/ntqtabdlg.h | 25 ------------------------- src/compat/ntqtstream.h | 25 ------------------------- src/compat/ntqwidcoll.h | 26 -------------------------- src/compat/ntqwindefs.h | 25 ------------------------- 45 files changed, 1127 deletions(-) delete mode 100644 src/compat/ntqapp.h delete mode 100644 src/compat/ntqbitarry.h delete mode 100644 src/compat/ntqbttngrp.h delete mode 100644 src/compat/ntqchkbox.h delete mode 100644 src/compat/ntqclipbrd.h delete mode 100644 src/compat/ntqcollect.h delete mode 100644 src/compat/ntqcombo.h delete mode 100644 src/compat/ntqconnect.h delete mode 100644 src/compat/ntqdatetm.h delete mode 100644 src/compat/ntqdrawutl.h delete mode 100644 src/compat/ntqdstream.h delete mode 100644 src/compat/ntqfiledef.h delete mode 100644 src/compat/ntqfiledlg.h delete mode 100644 src/compat/ntqfileinf.h delete mode 100644 src/compat/ntqfontinf.h delete mode 100644 src/compat/ntqfontmet.h delete mode 100644 src/compat/ntqgrpbox.h delete mode 100644 src/compat/ntqintcach.h delete mode 100644 src/compat/ntqiodev.h delete mode 100644 src/compat/ntqlcdnum.h delete mode 100644 src/compat/ntqlined.h delete mode 100644 src/compat/ntqmenudta.h delete mode 100644 src/compat/ntqmetaobj.h delete mode 100644 src/compat/ntqmlined.h delete mode 100644 src/compat/ntqmsgbox.h delete mode 100644 src/compat/ntqmultilinedit.h delete mode 100644 src/compat/ntqobjcoll.h delete mode 100644 src/compat/ntqobjdefs.h delete mode 100644 src/compat/ntqpdevmet.h delete mode 100644 src/compat/ntqpmcache.h delete mode 100644 src/compat/ntqpntarry.h delete mode 100644 src/compat/ntqpopmenu.h delete mode 100644 src/compat/ntqprndlg.h delete mode 100644 src/compat/ntqprogbar.h delete mode 100644 src/compat/ntqprogdlg.h delete mode 100644 src/compat/ntqpsprn.h delete mode 100644 src/compat/ntqpushbt.h delete mode 100644 src/compat/ntqradiobt.h delete mode 100644 src/compat/ntqrangect.h delete mode 100644 src/compat/ntqscrbar.h delete mode 100644 src/compat/ntqsocknot.h delete mode 100644 src/compat/ntqtabdlg.h delete mode 100644 src/compat/ntqtstream.h delete mode 100644 src/compat/ntqwidcoll.h delete mode 100644 src/compat/ntqwindefs.h diff --git a/src/compat/ntqapp.h b/src/compat/ntqapp.h deleted file mode 100644 index 05e74331..00000000 --- a/src/compat/ntqapp.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 TQAPP_H -#define TQAPP_H -#include "ntqapplication.h" -#endif diff --git a/src/compat/ntqbitarry.h b/src/compat/ntqbitarry.h deleted file mode 100644 index 9ed0f562..00000000 --- a/src/compat/ntqbitarry.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 TQBITARRY_H -#define TQBITARRY_H -#include "ntqbitarray.h" -#endif diff --git a/src/compat/ntqbttngrp.h b/src/compat/ntqbttngrp.h deleted file mode 100644 index 410c3b44..00000000 --- a/src/compat/ntqbttngrp.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 TQBTTNGRP_H -#define TQBTTNGRP_H -#include "ntqbuttongroup.h" -#endif diff --git a/src/compat/ntqchkbox.h b/src/compat/ntqchkbox.h deleted file mode 100644 index a7e8005e..00000000 --- a/src/compat/ntqchkbox.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 TQCHKBOX_H -#define TQCHKBOX_H -#include "ntqcheckbox.h" -#endif diff --git a/src/compat/ntqclipbrd.h b/src/compat/ntqclipbrd.h deleted file mode 100644 index abc51a37..00000000 --- a/src/compat/ntqclipbrd.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 TQCLIPBRD_H -#define TQCLIPBRD_H -#include "ntqclipboard.h" -#endif diff --git a/src/compat/ntqcollect.h b/src/compat/ntqcollect.h deleted file mode 100644 index 3fd294de..00000000 --- a/src/compat/ntqcollect.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 TQCOLLECT_H -#define TQCOLLECT_H -#include "ntqptrcollection.h" -#endif diff --git a/src/compat/ntqcombo.h b/src/compat/ntqcombo.h deleted file mode 100644 index 024a6df0..00000000 --- a/src/compat/ntqcombo.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 TQCOMBO_H -#define TQCOMBO_H -#include "ntqcombobox.h" -#endif diff --git a/src/compat/ntqconnect.h b/src/compat/ntqconnect.h deleted file mode 100644 index ef922de1..00000000 --- a/src/compat/ntqconnect.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 TQCONNECT_H -#define TQCONNECT_H -#include "ntqconnection.h" -#endif diff --git a/src/compat/ntqdatetm.h b/src/compat/ntqdatetm.h deleted file mode 100644 index 26acdb8b..00000000 --- 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 diff --git a/src/compat/ntqdrawutl.h b/src/compat/ntqdrawutl.h deleted file mode 100644 index 145dae66..00000000 --- a/src/compat/ntqdrawutl.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 TQDRAWUTL_H -#define TQDRAWUTL_H -#include "ntqdrawutil.h" -#endif diff --git a/src/compat/ntqdstream.h b/src/compat/ntqdstream.h deleted file mode 100644 index 081ff0f8..00000000 --- a/src/compat/ntqdstream.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 TQDSTREAM_H -#define TQDSTREAM_H -#include "ntqdatastream.h" -#endif diff --git a/src/compat/ntqfiledef.h b/src/compat/ntqfiledef.h deleted file mode 100644 index 03537ac9..00000000 --- a/src/compat/ntqfiledef.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 TQFILEDEF_H -#define TQFILEDEF_H -#include -#endif diff --git a/src/compat/ntqfiledlg.h b/src/compat/ntqfiledlg.h deleted file mode 100644 index c00fd631..00000000 --- a/src/compat/ntqfiledlg.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 TQFILEDLG_H -#define TQFILEDLG_H -#include "ntqfiledialog.h" -#endif diff --git a/src/compat/ntqfileinf.h b/src/compat/ntqfileinf.h deleted file mode 100644 index 8d976b4b..00000000 --- a/src/compat/ntqfileinf.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 TQFILEINF_H -#define TQFILEINF_H -#include "ntqfileinfo.h" -#endif diff --git a/src/compat/ntqfontinf.h b/src/compat/ntqfontinf.h deleted file mode 100644 index c0c6d8cc..00000000 --- a/src/compat/ntqfontinf.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 TQFONTINF_H -#define TQFONTINF_H -#include "ntqfontinfo.h" -#endif diff --git a/src/compat/ntqfontmet.h b/src/compat/ntqfontmet.h deleted file mode 100644 index ad7c115c..00000000 --- a/src/compat/ntqfontmet.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 TQFONTMET_H -#define TQFONTMET_H -#include "ntqfontmetrics.h" -#endif diff --git a/src/compat/ntqgrpbox.h b/src/compat/ntqgrpbox.h deleted file mode 100644 index d8ad712b..00000000 --- a/src/compat/ntqgrpbox.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 TQGRPBOX_H -#define TQGRPBOX_H -#include "ntqgroupbox.h" -#endif diff --git a/src/compat/ntqintcach.h b/src/compat/ntqintcach.h deleted file mode 100644 index a9ee0baf..00000000 --- a/src/compat/ntqintcach.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 TQINTCACH_H -#define TQINTCACH_H -#include "ntqintcache.h" -#endif diff --git a/src/compat/ntqiodev.h b/src/compat/ntqiodev.h deleted file mode 100644 index 83dd7490..00000000 --- a/src/compat/ntqiodev.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 TQIODEV_H -#define TQIODEV_H -#include "ntqiodevice.h" -#endif diff --git a/src/compat/ntqlcdnum.h b/src/compat/ntqlcdnum.h deleted file mode 100644 index b6e5c4e5..00000000 --- a/src/compat/ntqlcdnum.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 TQLCDNUM_H -#define TQLCDNUM_H -#include "ntqlcdnumber.h" -#endif diff --git a/src/compat/ntqlined.h b/src/compat/ntqlined.h deleted file mode 100644 index c573061d..00000000 --- a/src/compat/ntqlined.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 TQLINED_H -#define TQLINED_H -#include "ntqlineedit.h" -#endif diff --git a/src/compat/ntqmenudta.h b/src/compat/ntqmenudta.h deleted file mode 100644 index 86f3e75d..00000000 --- a/src/compat/ntqmenudta.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 TQMENUDTA_H -#define TQMENUDTA_H -#include "ntqmenudata.h" -#endif diff --git a/src/compat/ntqmetaobj.h b/src/compat/ntqmetaobj.h deleted file mode 100644 index a8f237c0..00000000 --- a/src/compat/ntqmetaobj.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 TQMETAOBJ_H -#define TQMETAOBJ_H -#include "ntqmetaobject.h" -#endif diff --git a/src/compat/ntqmlined.h b/src/compat/ntqmlined.h deleted file mode 100644 index 28e1ab90..00000000 --- a/src/compat/ntqmlined.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 TQMLINED_H -#define TQMLINED_H -#include "ntqmultilineedit.h" -#endif diff --git a/src/compat/ntqmsgbox.h b/src/compat/ntqmsgbox.h deleted file mode 100644 index 55d34c51..00000000 --- a/src/compat/ntqmsgbox.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 TQMSGBOX_H -#define TQMSGBOX_H -#include "ntqmessagebox.h" -#endif diff --git a/src/compat/ntqmultilinedit.h b/src/compat/ntqmultilinedit.h deleted file mode 100644 index e530f469..00000000 --- a/src/compat/ntqmultilinedit.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 TQMULTILINEDIT_H -#define TQMULTILINEDIT_H -#include "ntqmultilineedit.h" -#endif diff --git a/src/compat/ntqobjcoll.h b/src/compat/ntqobjcoll.h deleted file mode 100644 index 643c363b..00000000 --- a/src/compat/ntqobjcoll.h +++ /dev/null @@ -1,26 +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 TQOBJCOLL_H -#define TQOBJCOLL_H -#include "ntqobjectlist.h" -#include "ntqobjectdict.h" -#endif diff --git a/src/compat/ntqobjdefs.h b/src/compat/ntqobjdefs.h deleted file mode 100644 index 63bf8ce1..00000000 --- a/src/compat/ntqobjdefs.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 TQOBJDEFS_H -#define TQOBJDEFS_H -#include "ntqobjectdefs.h" -#endif diff --git a/src/compat/ntqpdevmet.h b/src/compat/ntqpdevmet.h deleted file mode 100644 index eb54dd3b..00000000 --- a/src/compat/ntqpdevmet.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 TQPDEVMET_H -#define TQPDEVMET_H -#include "ntqpaintdevicemetrics.h" -#endif diff --git a/src/compat/ntqpmcache.h b/src/compat/ntqpmcache.h deleted file mode 100644 index cf3b4915..00000000 --- a/src/compat/ntqpmcache.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 TQPMCACHE_H -#define TQPMCACHE_H -#include "ntqpixmapcache.h" -#endif diff --git a/src/compat/ntqpntarry.h b/src/compat/ntqpntarry.h deleted file mode 100644 index 4de05006..00000000 --- a/src/compat/ntqpntarry.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 TQPNTARRY_H -#define TQPNTARRY_H -#include "ntqpointarray.h" -#endif diff --git a/src/compat/ntqpopmenu.h b/src/compat/ntqpopmenu.h deleted file mode 100644 index 4fb4ea58..00000000 --- a/src/compat/ntqpopmenu.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 TQPOPMENU_H -#define TQPOPMENU_H -#include "ntqpopupmenu.h" -#endif diff --git a/src/compat/ntqprndlg.h b/src/compat/ntqprndlg.h deleted file mode 100644 index 7913d449..00000000 --- a/src/compat/ntqprndlg.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 TQPRNDLG_H -#define TQPRNDLG_H -#include "ntqprintdialog.h" -#endif diff --git a/src/compat/ntqprogbar.h b/src/compat/ntqprogbar.h deleted file mode 100644 index be0f41ff..00000000 --- a/src/compat/ntqprogbar.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 TQPROGBAR_H -#define TQPROGBAR_H -#include "ntqprogressbar.h" -#endif diff --git a/src/compat/ntqprogdlg.h b/src/compat/ntqprogdlg.h deleted file mode 100644 index 00dd3003..00000000 --- a/src/compat/ntqprogdlg.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 TQPROGDLG_H -#define TQPROGDLG_H -#include "ntqprogressdialog.h" -#endif diff --git a/src/compat/ntqpsprn.h b/src/compat/ntqpsprn.h deleted file mode 100644 index f8f0f6d2..00000000 --- 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 sales@trolltech.com 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 -#endif diff --git a/src/compat/ntqpushbt.h b/src/compat/ntqpushbt.h deleted file mode 100644 index 3c77ad07..00000000 --- a/src/compat/ntqpushbt.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 TQPUSHBT_H -#define TQPUSHBT_H -#include "ntqpushbutton.h" -#endif diff --git a/src/compat/ntqradiobt.h b/src/compat/ntqradiobt.h deleted file mode 100644 index bcb48d68..00000000 --- a/src/compat/ntqradiobt.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 TQRADIOBT_H -#define TQRADIOBT_H -#include "ntqradiobutton.h" -#endif diff --git a/src/compat/ntqrangect.h b/src/compat/ntqrangect.h deleted file mode 100644 index 87fc5c6e..00000000 --- a/src/compat/ntqrangect.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 TQRANGECT_H -#define TQRANGECT_H -#include "ntqrangecontrol.h" -#endif diff --git a/src/compat/ntqscrbar.h b/src/compat/ntqscrbar.h deleted file mode 100644 index ad435e83..00000000 --- a/src/compat/ntqscrbar.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 TQSCRBAR_H -#define TQSCRBAR_H -#include "ntqscrollbar.h" -#endif diff --git a/src/compat/ntqsocknot.h b/src/compat/ntqsocknot.h deleted file mode 100644 index da6fc482..00000000 --- a/src/compat/ntqsocknot.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 TQSOCKNOT_H -#define TQSOCKNOT_H -#include "ntqsocketnotifier.h" -#endif diff --git a/src/compat/ntqtabdlg.h b/src/compat/ntqtabdlg.h deleted file mode 100644 index 1469373c..00000000 --- a/src/compat/ntqtabdlg.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 TQTABDLG_H -#define TQTABDLG_H -#include "ntqtabdialog.h" -#endif diff --git a/src/compat/ntqtstream.h b/src/compat/ntqtstream.h deleted file mode 100644 index fcdd3aa7..00000000 --- a/src/compat/ntqtstream.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 TQTSTREAM_H -#define TQTSTREAM_H -#include "ntqtextstream.h" -#endif diff --git a/src/compat/ntqwidcoll.h b/src/compat/ntqwidcoll.h deleted file mode 100644 index 7a0a8162..00000000 --- a/src/compat/ntqwidcoll.h +++ /dev/null @@ -1,26 +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 TQWIDCOLL_H -#define TQWIDCOLL_H -#include "ntqwidgetlist.h" -#include "ntqwidgetintdict.h" -#endif diff --git a/src/compat/ntqwindefs.h b/src/compat/ntqwindefs.h deleted file mode 100644 index a818f2a8..00000000 --- a/src/compat/ntqwindefs.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 TQWINDEFS_H -#define TQWINDEFS_H -#include "ntqwindowdefs.h" -#endif