From 27917305452f2a55ae3be74e83b8a724248ec43f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 20:43:47 -0600 Subject: Split out qt3 and tqt3 files --- qtinterface/interface_tqt3/private/tqcom_p.h | 35 ++++++++++++++++ qtinterface/interface_tqt3/private/tqeffects_p.h | 40 ++++++++++++++++++ qtinterface/interface_tqt3/private/tqinternal_p.h | 40 ++++++++++++++++++ .../interface_tqt3/private/tqlayoutengine_p.h | 36 ++++++++++++++++ .../interface_tqt3/private/tqpluginmanager_p.h | 35 ++++++++++++++++ qtinterface/interface_tqt3/private/tqrichtext_p.h | 40 ++++++++++++++++++ .../interface_tqt3/private/tqtextengine_p.h | 40 ++++++++++++++++++ qtinterface/interface_tqt3/private/tqucom_p.h | 35 ++++++++++++++++ .../interface_tqt3/private/tqucomextra_p.cpp | 27 ++++++++++++ qtinterface/interface_tqt3/private/tqucomextra_p.h | 48 ++++++++++++++++++++++ .../interface_tqt3/private/tqwidgetinterface_p.h | 35 ++++++++++++++++ 11 files changed, 411 insertions(+) create mode 100644 qtinterface/interface_tqt3/private/tqcom_p.h create mode 100644 qtinterface/interface_tqt3/private/tqeffects_p.h create mode 100644 qtinterface/interface_tqt3/private/tqinternal_p.h create mode 100644 qtinterface/interface_tqt3/private/tqlayoutengine_p.h create mode 100644 qtinterface/interface_tqt3/private/tqpluginmanager_p.h create mode 100644 qtinterface/interface_tqt3/private/tqrichtext_p.h create mode 100644 qtinterface/interface_tqt3/private/tqtextengine_p.h create mode 100644 qtinterface/interface_tqt3/private/tqucom_p.h create mode 100644 qtinterface/interface_tqt3/private/tqucomextra_p.cpp create mode 100644 qtinterface/interface_tqt3/private/tqucomextra_p.h create mode 100644 qtinterface/interface_tqt3/private/tqwidgetinterface_p.h (limited to 'qtinterface/interface_tqt3/private') diff --git a/qtinterface/interface_tqt3/private/tqcom_p.h b/qtinterface/interface_tqt3/private/tqcom_p.h new file mode 100644 index 0000000..8611847 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqcom_p.h @@ -0,0 +1,35 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQCOM_P_H +#define TQT_TQCOM_P_H + +#include + +#ifdef USE_QT3 + +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#endif /* TQT_TQCOM_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqeffects_p.h b/qtinterface/interface_tqt3/private/tqeffects_p.h new file mode 100644 index 0000000..7e15c03 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqeffects_p.h @@ -0,0 +1,40 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQEFFECTS_P_H +#define TQT_TQEFFECTS_P_H + +#include + +#ifdef USE_QT3 + +// Reimplement the QUComExtra_P class +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#ifdef USE_QT4 + +#endif // USE_QT4 + +#endif /* TQT_TQEFFECTS_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqinternal_p.h b/qtinterface/interface_tqt3/private/tqinternal_p.h new file mode 100644 index 0000000..069d11e --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqinternal_p.h @@ -0,0 +1,40 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQINTERNAL_P_H +#define TQT_TQINTERNAL_P_H + +#include + +#ifdef USE_QT3 + +// Reimplement the QSharedDoubleBuffer class +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#ifdef USE_QT4 + +#endif // USE_QT4 + +#endif /* TQT_TQINTERNAL_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqlayoutengine_p.h b/qtinterface/interface_tqt3/private/tqlayoutengine_p.h new file mode 100644 index 0000000..1bb9581 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqlayoutengine_p.h @@ -0,0 +1,36 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQLAYOUTENGINE_P_H +#define TQT_TQLAYOUTENGINE_P_H + +#include + +#ifdef USE_QT3 + +// Reimplement the QUComExtra_P class +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#endif /* TQT_TQLAYOUTENGINE_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqpluginmanager_p.h b/qtinterface/interface_tqt3/private/tqpluginmanager_p.h new file mode 100644 index 0000000..d476598 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqpluginmanager_p.h @@ -0,0 +1,35 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQPLUGINMANAGER_P_H +#define TQT_TQPLUGINMANAGER_P_H + +#include + +#ifdef USE_QT3 + +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#endif /* TQT_TQPLUGINMANAGER_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqrichtext_p.h b/qtinterface/interface_tqt3/private/tqrichtext_p.h new file mode 100644 index 0000000..47dfed1 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqrichtext_p.h @@ -0,0 +1,40 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQRICHTEXT_P_H +#define TQT_TQRICHTEXT_P_H + +#include + +#ifdef USE_QT3 + +// Reimplement the QSharedDoubleBuffer class +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#ifdef USE_QT4 + +#endif // USE_QT4 + +#endif /* TQT_TQRICHTEXT_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqtextengine_p.h b/qtinterface/interface_tqt3/private/tqtextengine_p.h new file mode 100644 index 0000000..1a6c6cc --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqtextengine_p.h @@ -0,0 +1,40 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQTEXTENGINE_P_H +#define TQT_TQTEXTENGINE_P_H + +#include + +#ifdef USE_QT3 + +// Reimplement the QSharedDoubleBuffer class +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#ifdef USE_QT4 + +#endif // USE_QT4 + +#endif /* TQT_TQTEXTENGINE_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqucom_p.h b/qtinterface/interface_tqt3/private/tqucom_p.h new file mode 100644 index 0000000..be46f52 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqucom_p.h @@ -0,0 +1,35 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQUCOM_P_H +#define TQT_TQUCOM_P_H + +#include + +#ifdef USE_QT3 + +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#endif /* TQT_TQUCOM_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqucomextra_p.cpp b/qtinterface/interface_tqt3/private/tqucomextra_p.cpp new file mode 100644 index 0000000..c9fc62b --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqucomextra_p.cpp @@ -0,0 +1,27 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#include +#include + +#ifdef USE_QT4 + +#endif \ No newline at end of file diff --git a/qtinterface/interface_tqt3/private/tqucomextra_p.h b/qtinterface/interface_tqt3/private/tqucomextra_p.h new file mode 100644 index 0000000..4817321 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqucomextra_p.h @@ -0,0 +1,48 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQUCOMEXTRA_P_H +#define TQT_TQUCOMEXTRA_P_H + +#include + +#ifdef USE_QT3 + +// Reimplement the QUComExtra_P class +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#ifdef USE_QT4 + +// Reimplement the QUComExtra_P class +// For Qt4, some changes are needed + +class QUObject: public QObject { +public: +// bool qt_invoke(); +}; + +#endif // USE_QT4 + +#endif /* TQT_TQUCOMEXTRA_P_H */ diff --git a/qtinterface/interface_tqt3/private/tqwidgetinterface_p.h b/qtinterface/interface_tqt3/private/tqwidgetinterface_p.h new file mode 100644 index 0000000..5c72d32 --- /dev/null +++ b/qtinterface/interface_tqt3/private/tqwidgetinterface_p.h @@ -0,0 +1,35 @@ +/* + +Copyright (C) 2010 Timothy Pearson + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. + +*/ + +#ifndef TQT_TQWIDGETINTERFACE_P_H +#define TQT_TQWIDGETINTERFACE_P_H + +#include + +#ifdef USE_QT3 + +// For Qt3, no changes are needed + +#include + +#endif // USE_QT3 + +#endif /* TQT_TQWIDGETINTERFACE_P_H */ -- cgit v1.2.1