diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:24:15 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:24:15 -0500 |
commit | bd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch) | |
tree | 7a520322212d48ebcb9fbe1087e7fca28b76185c /src/compat | |
download | qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip |
Add Qt3 development HEAD version
Diffstat (limited to 'src/compat')
53 files changed, 1339 insertions, 0 deletions
diff --git a/src/compat/qapp.h b/src/compat/qapp.h new file mode 100644 index 0000000..d8c4ff0 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QAPP_H +#define QAPP_H +#include "qapplication.h" +#endif diff --git a/src/compat/qarray.h b/src/compat/qarray.h new file mode 100644 index 0000000..141903c --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QARRAY_H +#define QARRAY_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 0000000..37e2aab --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QBITARRY_H +#define QBITARRY_H +#include "qbitarray.h" +#endif diff --git a/src/compat/qbttngrp.h b/src/compat/qbttngrp.h new file mode 100644 index 0000000..f52ac48 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QBTTNGRP_H +#define QBTTNGRP_H +#include "qbuttongroup.h" +#endif diff --git a/src/compat/qchkbox.h b/src/compat/qchkbox.h new file mode 100644 index 0000000..fcd5c09 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QCHKBOX_H +#define QCHKBOX_H +#include "qcheckbox.h" +#endif diff --git a/src/compat/qclipbrd.h b/src/compat/qclipbrd.h new file mode 100644 index 0000000..db6df35 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QCLIPBRD_H +#define QCLIPBRD_H +#include "qclipboard.h" +#endif diff --git a/src/compat/qcollect.h b/src/compat/qcollect.h new file mode 100644 index 0000000..4c3b623 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QCOLLECT_H +#define QCOLLECT_H +#include "qptrcollection.h" +#endif diff --git a/src/compat/qcollection.h b/src/compat/qcollection.h new file mode 100644 index 0000000..4190802 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QCOLLECTION_H +#define QCOLLECTION_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 0000000..7d97873 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QCOMBO_H +#define QCOMBO_H +#include "qcombobox.h" +#endif diff --git a/src/compat/qconnect.h b/src/compat/qconnect.h new file mode 100644 index 0000000..404045a --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QCONNECT_H +#define QCONNECT_H +#include "qconnection.h" +#endif diff --git a/src/compat/qdatetm.h b/src/compat/qdatetm.h new file mode 100644 index 0000000..804b6aa --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QDATETM_H +#define QDATETM_H +#include "qdatetime.h" +#endif diff --git a/src/compat/qdrawutl.h b/src/compat/qdrawutl.h new file mode 100644 index 0000000..aaabafa --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QDRAWUTL_H +#define QDRAWUTL_H +#include "qdrawutil.h" +#endif diff --git a/src/compat/qdstream.h b/src/compat/qdstream.h new file mode 100644 index 0000000..3546c76 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QDSTREAM_H +#define QDSTREAM_H +#include "qdatastream.h" +#endif diff --git a/src/compat/qfiledef.h b/src/compat/qfiledef.h new file mode 100644 index 0000000..e4057b1 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QFILEDEF_H +#define QFILEDEF_H +#include <private/qfiledefs_p.h> +#endif diff --git a/src/compat/qfiledlg.h b/src/compat/qfiledlg.h new file mode 100644 index 0000000..67d98f6 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QFILEDLG_H +#define QFILEDLG_H +#include "qfiledialog.h" +#endif diff --git a/src/compat/qfileinf.h b/src/compat/qfileinf.h new file mode 100644 index 0000000..a38968f --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QFILEINF_H +#define QFILEINF_H +#include "qfileinfo.h" +#endif diff --git a/src/compat/qfontinf.h b/src/compat/qfontinf.h new file mode 100644 index 0000000..b32ed5e --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QFONTINF_H +#define QFONTINF_H +#include "qfontinfo.h" +#endif diff --git a/src/compat/qfontmet.h b/src/compat/qfontmet.h new file mode 100644 index 0000000..dbca0eb --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QFONTMET_H +#define QFONTMET_H +#include "qfontmetrics.h" +#endif diff --git a/src/compat/qgrpbox.h b/src/compat/qgrpbox.h new file mode 100644 index 0000000..fa4f95e --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QGRPBOX_H +#define QGRPBOX_H +#include "qgroupbox.h" +#endif diff --git a/src/compat/qintcach.h b/src/compat/qintcach.h new file mode 100644 index 0000000..35c5706 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QINTCACH_H +#define QINTCACH_H +#include "qintcache.h" +#endif diff --git a/src/compat/qiodev.h b/src/compat/qiodev.h new file mode 100644 index 0000000..e379c01 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QIODEV_H +#define QIODEV_H +#include "qiodevice.h" +#endif diff --git a/src/compat/qlcdnum.h b/src/compat/qlcdnum.h new file mode 100644 index 0000000..a1ea2ec --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QLCDNUM_H +#define QLCDNUM_H +#include "qlcdnumber.h" +#endif diff --git a/src/compat/qlined.h b/src/compat/qlined.h new file mode 100644 index 0000000..dc9dc66 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QLINED_H +#define QLINED_H +#include "qlineedit.h" +#endif diff --git a/src/compat/qlist.h b/src/compat/qlist.h new file mode 100644 index 0000000..e82ac64 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QLIST_H +#define QLIST_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 0000000..00b2101 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QMENUDTA_H +#define QMENUDTA_H +#include "qmenudata.h" +#endif diff --git a/src/compat/qmetaobj.h b/src/compat/qmetaobj.h new file mode 100644 index 0000000..36c697d --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QMETAOBJ_H +#define QMETAOBJ_H +#include "qmetaobject.h" +#endif diff --git a/src/compat/qmlined.h b/src/compat/qmlined.h new file mode 100644 index 0000000..d542266 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QMLINED_H +#define QMLINED_H +#include "qmultilineedit.h" +#endif diff --git a/src/compat/qmsgbox.h b/src/compat/qmsgbox.h new file mode 100644 index 0000000..9510032 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QMSGBOX_H +#define QMSGBOX_H +#include "qmessagebox.h" +#endif diff --git a/src/compat/qmultilinedit.h b/src/compat/qmultilinedit.h new file mode 100644 index 0000000..744d1da --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QMULTILINEDIT_H +#define QMULTILINEDIT_H +#include "qmultilineedit.h" +#endif diff --git a/src/compat/qobjcoll.h b/src/compat/qobjcoll.h new file mode 100644 index 0000000..1b86db2 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QOBJCOLL_H +#define QOBJCOLL_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 0000000..64de5d1 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QOBJDEFS_H +#define QOBJDEFS_H +#include "qobjectdefs.h" +#endif diff --git a/src/compat/qpaintd.h b/src/compat/qpaintd.h new file mode 100644 index 0000000..9ec7362 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPAINTD_H +#define QPAINTD_H +#include "qpaintdevice.h" +#endif diff --git a/src/compat/qpaintdc.h b/src/compat/qpaintdc.h new file mode 100644 index 0000000..60babce --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPAINTDC_H +#define QPAINTDC_H +#include "qpaintdevicedefs.h" +#endif diff --git a/src/compat/qpdevmet.h b/src/compat/qpdevmet.h new file mode 100644 index 0000000..3f4035f --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPDEVMET_H +#define QPDEVMET_H +#include "qpaintdevicemetrics.h" +#endif diff --git a/src/compat/qpmcache.h b/src/compat/qpmcache.h new file mode 100644 index 0000000..e69dfeb --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPMCACHE_H +#define QPMCACHE_H +#include "qpixmapcache.h" +#endif diff --git a/src/compat/qpntarry.h b/src/compat/qpntarry.h new file mode 100644 index 0000000..b3f0bca --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPNTARRY_H +#define QPNTARRY_H +#include "qpointarray.h" +#endif diff --git a/src/compat/qpopmenu.h b/src/compat/qpopmenu.h new file mode 100644 index 0000000..f191d2e --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPOPMENU_H +#define QPOPMENU_H +#include "qpopupmenu.h" +#endif diff --git a/src/compat/qprndlg.h b/src/compat/qprndlg.h new file mode 100644 index 0000000..6e701e4 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPRNDLG_H +#define QPRNDLG_H +#include "qprintdialog.h" +#endif diff --git a/src/compat/qprogbar.h b/src/compat/qprogbar.h new file mode 100644 index 0000000..2ccc96c --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPROGBAR_H +#define QPROGBAR_H +#include "qprogressbar.h" +#endif diff --git a/src/compat/qprogdlg.h b/src/compat/qprogdlg.h new file mode 100644 index 0000000..0089235 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPROGDLG_H +#define QPROGDLG_H +#include "qprogressdialog.h" +#endif diff --git a/src/compat/qpsprn.h b/src/compat/qpsprn.h new file mode 100644 index 0000000..2951d65 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPSPRN_H +#define QPSPRN_H +#include <private/qpsprinter_p.h> +#endif diff --git a/src/compat/qpushbt.h b/src/compat/qpushbt.h new file mode 100644 index 0000000..b1eee0c --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QPUSHBT_H +#define QPUSHBT_H +#include "qpushbutton.h" +#endif diff --git a/src/compat/qqueue.h b/src/compat/qqueue.h new file mode 100644 index 0000000..6be6280 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QQUEUE_H +#define QQUEUE_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 0000000..9ae9a51 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QRADIOBT_H +#define QRADIOBT_H +#include "qradiobutton.h" +#endif diff --git a/src/compat/qrangect.h b/src/compat/qrangect.h new file mode 100644 index 0000000..c21e600 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QRANGECT_H +#define QRANGECT_H +#include "qrangecontrol.h" +#endif diff --git a/src/compat/qscrbar.h b/src/compat/qscrbar.h new file mode 100644 index 0000000..cca8e5d --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QSCRBAR_H +#define QSCRBAR_H +#include "qscrollbar.h" +#endif diff --git a/src/compat/qsocknot.h b/src/compat/qsocknot.h new file mode 100644 index 0000000..5f477e3 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QSOCKNOT_H +#define QSOCKNOT_H +#include "qsocketnotifier.h" +#endif diff --git a/src/compat/qstack.h b/src/compat/qstack.h new file mode 100644 index 0000000..be64008 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QSTACK_H +#define QSTACK_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 0000000..e6be0c6 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QTABDLG_H +#define QTABDLG_H +#include "qtabdialog.h" +#endif diff --git a/src/compat/qtstream.h b/src/compat/qtstream.h new file mode 100644 index 0000000..f53a3e1 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QTSTREAM_H +#define QTSTREAM_H +#include "qtextstream.h" +#endif diff --git a/src/compat/qvector.h b/src/compat/qvector.h new file mode 100644 index 0000000..0158853 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QVECTOR_H +#define QVECTOR_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 0000000..7298fd4 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QWIDCOLL_H +#define QWIDCOLL_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 0000000..eaae047 --- /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 Qt 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.QPL included in the packaging of this file. +** +** Licensees holding valid Qt Professional Edition licenses may use this +** file in accordance with the Qt Professional Edition License Agreement +** provided with the Qt 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 QPL licensing information. +** +*****************************************************************************/ +#ifndef QWINDEFS_H +#define QWINDEFS_H +#include "qwindowdefs.h" +#endif |