summaryrefslogtreecommitdiffstats
path: root/src/compat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 12:31:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 12:31:36 -0600
commitd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch)
tree6e3dcca4f77e20ec8966c666aac7c35bd4704053 /src/compat
downloadtqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz
tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/qapp.h25
-rw-r--r--src/compat/qarray.h27
-rw-r--r--src/compat/qbitarry.h25
-rw-r--r--src/compat/qbttngrp.h25
-rw-r--r--src/compat/qchkbox.h25
-rw-r--r--src/compat/qclipbrd.h25
-rw-r--r--src/compat/qcollect.h25
-rw-r--r--src/compat/qcollection.h27
-rw-r--r--src/compat/qcombo.h25
-rw-r--r--src/compat/qconnect.h25
-rw-r--r--src/compat/qdatetm.h25
-rw-r--r--src/compat/qdrawutl.h25
-rw-r--r--src/compat/qdstream.h25
-rw-r--r--src/compat/qfiledef.h25
-rw-r--r--src/compat/qfiledlg.h25
-rw-r--r--src/compat/qfileinf.h25
-rw-r--r--src/compat/qfontinf.h25
-rw-r--r--src/compat/qfontmet.h25
-rw-r--r--src/compat/qgrpbox.h25
-rw-r--r--src/compat/qintcach.h25
-rw-r--r--src/compat/qiodev.h25
-rw-r--r--src/compat/qlcdnum.h25
-rw-r--r--src/compat/qlined.h25
-rw-r--r--src/compat/qlist.h27
-rw-r--r--src/compat/qmenudta.h25
-rw-r--r--src/compat/qmetaobj.h25
-rw-r--r--src/compat/qmlined.h25
-rw-r--r--src/compat/qmsgbox.h25
-rw-r--r--src/compat/qmultilinedit.h25
-rw-r--r--src/compat/qobjcoll.h26
-rw-r--r--src/compat/qobjdefs.h25
-rw-r--r--src/compat/qpaintd.h25
-rw-r--r--src/compat/qpaintdc.h25
-rw-r--r--src/compat/qpdevmet.h25
-rw-r--r--src/compat/qpmcache.h25
-rw-r--r--src/compat/qpntarry.h25
-rw-r--r--src/compat/qpopmenu.h25
-rw-r--r--src/compat/qprndlg.h25
-rw-r--r--src/compat/qprogbar.h25
-rw-r--r--src/compat/qprogdlg.h25
-rw-r--r--src/compat/qpsprn.h25
-rw-r--r--src/compat/qpushbt.h25
-rw-r--r--src/compat/qqueue.h27
-rw-r--r--src/compat/qradiobt.h25
-rw-r--r--src/compat/qrangect.h25
-rw-r--r--src/compat/qscrbar.h25
-rw-r--r--src/compat/qsocknot.h25
-rw-r--r--src/compat/qstack.h27
-rw-r--r--src/compat/qtabdlg.h25
-rw-r--r--src/compat/qtstream.h25
-rw-r--r--src/compat/qvector.h27
-rw-r--r--src/compat/qwidcoll.h26
-rw-r--r--src/compat/qwindefs.h25
53 files changed, 1339 insertions, 0 deletions
diff --git a/src/compat/qapp.h b/src/compat/qapp.h
new file mode 100644
index 00000000..e71c7c87
--- /dev/null
+++ b/src/compat/qapp.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 TQAPP_H
+#define TQAPP_H
+#include "qapplication.h"
+#endif
diff --git a/src/compat/qarray.h b/src/compat/qarray.h
new file mode 100644
index 00000000..a0ded7f5
--- /dev/null
+++ b/src/compat/qarray.h
@@ -0,0 +1,27 @@
+/****************************************************************************
+**
+** 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 TQARRAY_H
+#define TQARRAY_H
+#ifndef QT_NO_COMPAT
+#include "qmemarray.h"
+#endif
+#endif
diff --git a/src/compat/qbitarry.h b/src/compat/qbitarry.h
new file mode 100644
index 00000000..7928b2f8
--- /dev/null
+++ b/src/compat/qbitarry.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 TQBITARRY_H
+#define TQBITARRY_H
+#include "qbitarray.h"
+#endif
diff --git a/src/compat/qbttngrp.h b/src/compat/qbttngrp.h
new file mode 100644
index 00000000..a91d1bce
--- /dev/null
+++ b/src/compat/qbttngrp.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 TQBTTNGRP_H
+#define TQBTTNGRP_H
+#include "qbuttongroup.h"
+#endif
diff --git a/src/compat/qchkbox.h b/src/compat/qchkbox.h
new file mode 100644
index 00000000..fd5a2d51
--- /dev/null
+++ b/src/compat/qchkbox.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 TQCHKBOX_H
+#define TQCHKBOX_H
+#include "qcheckbox.h"
+#endif
diff --git a/src/compat/qclipbrd.h b/src/compat/qclipbrd.h
new file mode 100644
index 00000000..d20dd332
--- /dev/null
+++ b/src/compat/qclipbrd.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 TQCLIPBRD_H
+#define TQCLIPBRD_H
+#include "qclipboard.h"
+#endif
diff --git a/src/compat/qcollect.h b/src/compat/qcollect.h
new file mode 100644
index 00000000..58e00e6c
--- /dev/null
+++ b/src/compat/qcollect.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 TQCOLLECT_H
+#define TQCOLLECT_H
+#include "qptrcollection.h"
+#endif
diff --git a/src/compat/qcollection.h b/src/compat/qcollection.h
new file mode 100644
index 00000000..c78d6058
--- /dev/null
+++ b/src/compat/qcollection.h
@@ -0,0 +1,27 @@
+/****************************************************************************
+**
+** 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 TQCOLLECTION_H
+#define TQCOLLECTION_H
+#ifndef QT_NO_COMPAT
+#include "qptrcollection.h"
+#endif
+#endif
diff --git a/src/compat/qcombo.h b/src/compat/qcombo.h
new file mode 100644
index 00000000..52bccf57
--- /dev/null
+++ b/src/compat/qcombo.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 TQCOMBO_H
+#define TQCOMBO_H
+#include "qcombobox.h"
+#endif
diff --git a/src/compat/qconnect.h b/src/compat/qconnect.h
new file mode 100644
index 00000000..c42868be
--- /dev/null
+++ b/src/compat/qconnect.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 TQCONNECT_H
+#define TQCONNECT_H
+#include "qconnection.h"
+#endif
diff --git a/src/compat/qdatetm.h b/src/compat/qdatetm.h
new file mode 100644
index 00000000..611c48f2
--- /dev/null
+++ b/src/compat/qdatetm.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 "qdatetime.h"
+#endif
diff --git a/src/compat/qdrawutl.h b/src/compat/qdrawutl.h
new file mode 100644
index 00000000..bf51159b
--- /dev/null
+++ b/src/compat/qdrawutl.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 TQDRAWUTL_H
+#define TQDRAWUTL_H
+#include "qdrawutil.h"
+#endif
diff --git a/src/compat/qdstream.h b/src/compat/qdstream.h
new file mode 100644
index 00000000..f92557be
--- /dev/null
+++ b/src/compat/qdstream.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 TQDSTREAM_H
+#define TQDSTREAM_H
+#include "qdatastream.h"
+#endif
diff --git a/src/compat/qfiledef.h b/src/compat/qfiledef.h
new file mode 100644
index 00000000..03537ac9
--- /dev/null
+++ b/src/compat/qfiledef.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 TQFILEDEF_H
+#define TQFILEDEF_H
+#include <private/qfiledefs_p.h>
+#endif
diff --git a/src/compat/qfiledlg.h b/src/compat/qfiledlg.h
new file mode 100644
index 00000000..309ae12b
--- /dev/null
+++ b/src/compat/qfiledlg.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 TQFILEDLG_H
+#define TQFILEDLG_H
+#include "qfiledialog.h"
+#endif
diff --git a/src/compat/qfileinf.h b/src/compat/qfileinf.h
new file mode 100644
index 00000000..e4cba44a
--- /dev/null
+++ b/src/compat/qfileinf.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 TQFILEINF_H
+#define TQFILEINF_H
+#include "qfileinfo.h"
+#endif
diff --git a/src/compat/qfontinf.h b/src/compat/qfontinf.h
new file mode 100644
index 00000000..2da95584
--- /dev/null
+++ b/src/compat/qfontinf.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 TQFONTINF_H
+#define TQFONTINF_H
+#include "qfontinfo.h"
+#endif
diff --git a/src/compat/qfontmet.h b/src/compat/qfontmet.h
new file mode 100644
index 00000000..f2da5271
--- /dev/null
+++ b/src/compat/qfontmet.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 TQFONTMET_H
+#define TQFONTMET_H
+#include "qfontmetrics.h"
+#endif
diff --git a/src/compat/qgrpbox.h b/src/compat/qgrpbox.h
new file mode 100644
index 00000000..31bc81d6
--- /dev/null
+++ b/src/compat/qgrpbox.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 TQGRPBOX_H
+#define TQGRPBOX_H
+#include "qgroupbox.h"
+#endif
diff --git a/src/compat/qintcach.h b/src/compat/qintcach.h
new file mode 100644
index 00000000..09b3e085
--- /dev/null
+++ b/src/compat/qintcach.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 TQINTCACH_H
+#define TQINTCACH_H
+#include "qintcache.h"
+#endif
diff --git a/src/compat/qiodev.h b/src/compat/qiodev.h
new file mode 100644
index 00000000..65afe35d
--- /dev/null
+++ b/src/compat/qiodev.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 TQIODEV_H
+#define TQIODEV_H
+#include "qiodevice.h"
+#endif
diff --git a/src/compat/qlcdnum.h b/src/compat/qlcdnum.h
new file mode 100644
index 00000000..11b2b3d2
--- /dev/null
+++ b/src/compat/qlcdnum.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 TQLCDNUM_H
+#define TQLCDNUM_H
+#include "qlcdnumber.h"
+#endif
diff --git a/src/compat/qlined.h b/src/compat/qlined.h
new file mode 100644
index 00000000..460f0cbf
--- /dev/null
+++ b/src/compat/qlined.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 TQLINED_H
+#define TQLINED_H
+#include "qlineedit.h"
+#endif
diff --git a/src/compat/qlist.h b/src/compat/qlist.h
new file mode 100644
index 00000000..b1c3a585
--- /dev/null
+++ b/src/compat/qlist.h
@@ -0,0 +1,27 @@
+/****************************************************************************
+**
+** 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 TQLIST_H
+#define TQLIST_H
+#ifndef QT_NO_COMPAT
+#include "qptrlist.h"
+#endif
+#endif
diff --git a/src/compat/qmenudta.h b/src/compat/qmenudta.h
new file mode 100644
index 00000000..7d883681
--- /dev/null
+++ b/src/compat/qmenudta.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 TQMENUDTA_H
+#define TQMENUDTA_H
+#include "qmenudata.h"
+#endif
diff --git a/src/compat/qmetaobj.h b/src/compat/qmetaobj.h
new file mode 100644
index 00000000..b6fa96e5
--- /dev/null
+++ b/src/compat/qmetaobj.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 TQMETAOBJ_H
+#define TQMETAOBJ_H
+#include "qmetaobject.h"
+#endif
diff --git a/src/compat/qmlined.h b/src/compat/qmlined.h
new file mode 100644
index 00000000..98101e58
--- /dev/null
+++ b/src/compat/qmlined.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 TQMLINED_H
+#define TQMLINED_H
+#include "qmultilineedit.h"
+#endif
diff --git a/src/compat/qmsgbox.h b/src/compat/qmsgbox.h
new file mode 100644
index 00000000..e0c2ff04
--- /dev/null
+++ b/src/compat/qmsgbox.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 TQMSGBOX_H
+#define TQMSGBOX_H
+#include "qmessagebox.h"
+#endif
diff --git a/src/compat/qmultilinedit.h b/src/compat/qmultilinedit.h
new file mode 100644
index 00000000..43274d64
--- /dev/null
+++ b/src/compat/qmultilinedit.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 TQMULTILINEDIT_H
+#define TQMULTILINEDIT_H
+#include "qmultilineedit.h"
+#endif
diff --git a/src/compat/qobjcoll.h b/src/compat/qobjcoll.h
new file mode 100644
index 00000000..9432ee4a
--- /dev/null
+++ b/src/compat/qobjcoll.h
@@ -0,0 +1,26 @@
+/****************************************************************************
+**
+** 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 "qobjectlist.h"
+#include "qobjectdict.h"
+#endif
diff --git a/src/compat/qobjdefs.h b/src/compat/qobjdefs.h
new file mode 100644
index 00000000..f8280891
--- /dev/null
+++ b/src/compat/qobjdefs.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 TQOBJDEFS_H
+#define TQOBJDEFS_H
+#include "qobjectdefs.h"
+#endif
diff --git a/src/compat/qpaintd.h b/src/compat/qpaintd.h
new file mode 100644
index 00000000..aa0c46de
--- /dev/null
+++ b/src/compat/qpaintd.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 TQPAINTD_H
+#define TQPAINTD_H
+#include "qpaintdevice.h"
+#endif
diff --git a/src/compat/qpaintdc.h b/src/compat/qpaintdc.h
new file mode 100644
index 00000000..cfb7bbd8
--- /dev/null
+++ b/src/compat/qpaintdc.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 TQPAINTDC_H
+#define TQPAINTDC_H
+#include "qpaintdevicedefs.h"
+#endif
diff --git a/src/compat/qpdevmet.h b/src/compat/qpdevmet.h
new file mode 100644
index 00000000..a2978de3
--- /dev/null
+++ b/src/compat/qpdevmet.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 TQPDEVMET_H
+#define TQPDEVMET_H
+#include "qpaintdevicemetrics.h"
+#endif
diff --git a/src/compat/qpmcache.h b/src/compat/qpmcache.h
new file mode 100644
index 00000000..e2917720
--- /dev/null
+++ b/src/compat/qpmcache.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 TQPMCACHE_H
+#define TQPMCACHE_H
+#include "qpixmapcache.h"
+#endif
diff --git a/src/compat/qpntarry.h b/src/compat/qpntarry.h
new file mode 100644
index 00000000..f8289def
--- /dev/null
+++ b/src/compat/qpntarry.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 TQPNTARRY_H
+#define TQPNTARRY_H
+#include "qpointarray.h"
+#endif
diff --git a/src/compat/qpopmenu.h b/src/compat/qpopmenu.h
new file mode 100644
index 00000000..e900339a
--- /dev/null
+++ b/src/compat/qpopmenu.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 TQPOPMENU_H
+#define TQPOPMENU_H
+#include "qpopupmenu.h"
+#endif
diff --git a/src/compat/qprndlg.h b/src/compat/qprndlg.h
new file mode 100644
index 00000000..945a75b7
--- /dev/null
+++ b/src/compat/qprndlg.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 TQPRNDLG_H
+#define TQPRNDLG_H
+#include "qprintdialog.h"
+#endif
diff --git a/src/compat/qprogbar.h b/src/compat/qprogbar.h
new file mode 100644
index 00000000..b4ba1ae5
--- /dev/null
+++ b/src/compat/qprogbar.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 TQPROGBAR_H
+#define TQPROGBAR_H
+#include "qprogressbar.h"
+#endif
diff --git a/src/compat/qprogdlg.h b/src/compat/qprogdlg.h
new file mode 100644
index 00000000..2a341546
--- /dev/null
+++ b/src/compat/qprogdlg.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 TQPROGDLG_H
+#define TQPROGDLG_H
+#include "qprogressdialog.h"
+#endif
diff --git a/src/compat/qpsprn.h b/src/compat/qpsprn.h
new file mode 100644
index 00000000..f8f0f6d2
--- /dev/null
+++ b/src/compat/qpsprn.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 TQPSPRN_H
+#define TQPSPRN_H
+#include <private/qpsprinter_p.h>
+#endif
diff --git a/src/compat/qpushbt.h b/src/compat/qpushbt.h
new file mode 100644
index 00000000..337fa989
--- /dev/null
+++ b/src/compat/qpushbt.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 TQPUSHBT_H
+#define TQPUSHBT_H
+#include "qpushbutton.h"
+#endif
diff --git a/src/compat/qqueue.h b/src/compat/qqueue.h
new file mode 100644
index 00000000..c8356a54
--- /dev/null
+++ b/src/compat/qqueue.h
@@ -0,0 +1,27 @@
+/****************************************************************************
+**
+** 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 TQQUEUE_H
+#define TQQUEUE_H
+#ifndef QT_NO_COMPAT
+#include "qptrqueue.h"
+#endif
+#endif
diff --git a/src/compat/qradiobt.h b/src/compat/qradiobt.h
new file mode 100644
index 00000000..bef69abe
--- /dev/null
+++ b/src/compat/qradiobt.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 TQRADIOBT_H
+#define TQRADIOBT_H
+#include "qradiobutton.h"
+#endif
diff --git a/src/compat/qrangect.h b/src/compat/qrangect.h
new file mode 100644
index 00000000..7247a795
--- /dev/null
+++ b/src/compat/qrangect.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 TQRANGECT_H
+#define TQRANGECT_H
+#include "qrangecontrol.h"
+#endif
diff --git a/src/compat/qscrbar.h b/src/compat/qscrbar.h
new file mode 100644
index 00000000..870b0139
--- /dev/null
+++ b/src/compat/qscrbar.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 TQSCRBAR_H
+#define TQSCRBAR_H
+#include "qscrollbar.h"
+#endif
diff --git a/src/compat/qsocknot.h b/src/compat/qsocknot.h
new file mode 100644
index 00000000..55ef3a2f
--- /dev/null
+++ b/src/compat/qsocknot.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 TQSOCKNOT_H
+#define TQSOCKNOT_H
+#include "qsocketnotifier.h"
+#endif
diff --git a/src/compat/qstack.h b/src/compat/qstack.h
new file mode 100644
index 00000000..db69e37a
--- /dev/null
+++ b/src/compat/qstack.h
@@ -0,0 +1,27 @@
+/****************************************************************************
+**
+** 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 TQSTACK_H
+#define TQSTACK_H
+#ifndef QT_NO_COMPAT
+#include "qptrstack.h"
+#endif
+#endif
diff --git a/src/compat/qtabdlg.h b/src/compat/qtabdlg.h
new file mode 100644
index 00000000..98aef91d
--- /dev/null
+++ b/src/compat/qtabdlg.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 TQTABDLG_H
+#define TQTABDLG_H
+#include "qtabdialog.h"
+#endif
diff --git a/src/compat/qtstream.h b/src/compat/qtstream.h
new file mode 100644
index 00000000..cc0f1233
--- /dev/null
+++ b/src/compat/qtstream.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 TQTSTREAM_H
+#define TQTSTREAM_H
+#include "qtextstream.h"
+#endif
diff --git a/src/compat/qvector.h b/src/compat/qvector.h
new file mode 100644
index 00000000..27d9b090
--- /dev/null
+++ b/src/compat/qvector.h
@@ -0,0 +1,27 @@
+/****************************************************************************
+**
+** 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 TQVECTOR_H
+#define TQVECTOR_H
+#ifndef QT_NO_COMPAT
+#include "qptrvector.h"
+#endif
+#endif
diff --git a/src/compat/qwidcoll.h b/src/compat/qwidcoll.h
new file mode 100644
index 00000000..34b27d72
--- /dev/null
+++ b/src/compat/qwidcoll.h
@@ -0,0 +1,26 @@
+/****************************************************************************
+**
+** 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 "qwidgetlist.h"
+#include "qwidgetintdict.h"
+#endif
diff --git a/src/compat/qwindefs.h b/src/compat/qwindefs.h
new file mode 100644
index 00000000..62c5c4a2
--- /dev/null
+++ b/src/compat/qwindefs.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 TQWINDEFS_H
+#define TQWINDEFS_H
+#include "qwindowdefs.h"
+#endif