Remove unneeded arts/kde checks from configure script

Committed partial progress


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150494 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 5cf67f8982
commit c9a6fbb8c4

@ -102,31 +102,6 @@ KCONFIG_COMPILER="compiled"
MAKEKDEWIDGETS="compiled"
dnl Checks for libraries etc
AC_BASE_PATH_KDE([don't test]) dnl kdelibs is a special case
KDE_ENABLE_HIDDEN_VISIBILITY
AC_CREATE_KFSSTND(default)
AC_SUBST_KFSSTND
KDE_CREATE_LIBS_ALIASES
AC_DEFUN([KDE_DO_UIC_AGAIN],
[
AC_REQUIRE([AC_PATH_QT_MOC_UIC])
UIC=$UIC_PATH
if test x$ac_uic_supports_nounload = xyes; then
UIC="$UIC -nounload"
fi
AC_SUBST(UIC)
])
KDE_DO_UIC_AGAIN
# configure would do this very late. Too late for us!
test "x$prefix" = xNONE && prefix=$ac_default_prefix
AC_DEFINE_UNQUOTED(KDEDIR, "$prefix", [The prefix to use as fallback])
KDE_EXPAND_MAKEVAR(ac_kde_sysconfdir, sysconfdir)
AC_DEFINE_UNQUOTED(KDESYSCONFDIR, "$ac_kde_sysconfdir", [The compiled in system configuration prefix])
ac_cpp_safe=$ac_cpp
ac_CPPFLAGS_safe=$CPPFLAGS

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qaccel.h>
#include <Qt/q3accel.h>
#define QAccel Q3Accel
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccessible class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qaccessible.h>
#include <Qt/qaccessible.h>
#endif // USE_QT4

@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA.
#define TQACTION_H
#include <tqt.h>
#include <tqobject.h>
#ifdef USE_QT3
@ -36,9 +37,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAction class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qaction.h>
#include <Qt/qaction.h>
#endif // USE_QT4

@ -265,6 +265,7 @@ protected:
// in the cpp source file, but DO NOT include them in this header file.
public:
void processOneEvent();
enum ColorMode {ColorSpec};
};
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAsciiCache class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qasciicache.h>
#include <Qt/q3asciicache.h>
#define QAsciiCache Q3AsciiCache
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAsciiDict class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qasciidict.h>
#include <Qt/q3asciidict.h>
#define AsciiDict Q3AsciiDict
#endif // USE_QT4

@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QAsciiDict class
// Reimplement the QAsyncImageIO class
// For Qt3, no changes are needed
#include <qasyncimageio.h>
@ -35,10 +35,8 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAsciiDict class
// For Qt4, no changes are needed
#include <qasyncimageio.h>
// Reimplement the QAsyncImageIO class
// For Qt4, this class no longer exists!
#endif // USE_QT4

@ -37,9 +37,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAsyncIO class
// For Qt4, some changes are needed
//#include <qasyncio.h>
// For Qt4, this class no longer exists!
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QBig5Codec class
// For Qt4, no changes are needed
#include <qbig5codec.h>
// For Qt4, this class no longer exists!
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QBitArray class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qbitarray.h>
#include <Qt/qbitarray.h>
#define QBitVal QBitRef
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QBitmap class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qbitmap.h>
#include <Qt/qbitmap.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QBrush class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qbrush.h>
#include <Qt/qbrush.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QBuffer class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qbuffer.h>
#include <Qt/qbuffer.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QButton class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qbutton.h>
#include <Qt/q3button.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QButtonGroup class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qbuttongroup.h>
#include <Qt/q3buttongroup.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QCache class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcache.h>
#include <Qt/q3cache.h>
#define QCache Q3Cache
#endif // USE_QT4

@ -38,7 +38,22 @@ Boston, MA 02110-1301, USA.
// Reimplement the QCanvas class
// For Qt4, no changes are needed
#include <qcanvas.h>
#include <Qt/q3canvas.h>
#define QCanvas Q3Canvas
#define QCanvasEllipse Q3CanvasEllipse
#define QCanvasItem Q3CanvasItem
#define QCanvasItemList Q3CanvasItemList
#define QCanvasLine Q3CanvasLine
#define QCanvasPixmap Q3CanvasPixmap
#define QCanvasPixmapArray Q3CanvasPixmapArray
#define QCanvasPolygon Q3CanvasPolygon
#define QCanvasPolygonalItem Q3CanvasPolygonalItem
#define QCanvasRectangle Q3CanvasRectangle
#define QCanvasSpline Q3CanvasSpline
#define QCanvasSprite Q3CanvasSprite
#define QCanvasText Q3CanvasText
#define QCanvasView Q3CanvasView
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QCDEStyle class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcdestyle.h>
#include <Qt/qcdestyle.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the TQCheckBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcheckbox.h>
#include <Qt/qcheckbox.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QCleanupHandler class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcleanuphandler.h>
#include <Qt/qcleanuphandler.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QClipboard class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qclipboard.h>
#include <Qt/qclipboard.h>
#endif // USE_QT4

@ -29,7 +29,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QColor class
// For Qt3, no changes are needed
#include <qcolor.h>
#include <Qt/qcolor.h>
#endif // USE_QT3

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QColorDialog class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcolordialog.h>
#include <Qt/qcolordialog.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QComboBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcombobox.h>
#include <Qt/qcombobox.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QCommonStyle class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcommonstyle.h>
#include <Qt/qcommonstyle.h>
#endif // USE_QT4

@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QAccel class
// Reimplement the QCompactStyle class
// For Qt3, no changes are needed
#include <qcompactstyle.h>
@ -35,10 +35,8 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
#include <qcompactstyle.h>
// Reimplement the QCompactStyle class
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QConnection class
// For Qt4, no changes are needed
#include <qconnection.h>
// For Qt4, this internal class no longer exists!
#endif // USE_QT4

@ -38,9 +38,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QCString class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcstring.h>
#include <Qt/q3cstring.h>
#define QCString Q3CString
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QCursor class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qcursor.h>
#include <Qt/qcursor.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDataBrowser class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdatabrowser.h>
#include <Qt/q3databrowser.h>
#define QDataBrowser Q3DataBrowser
#endif // USE_QT4

@ -39,7 +39,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QDataStream class
// For Qt4, no changes are needed
#include <qdatastream.h>
#include <Qt/qdatastream.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDataTable class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdatatable.h>
#include <Qt/q3datatable.h>
#define QDataTable Q3DataTable
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QDataView class
// For Qt4, no changes are needed
#include <qdataview.h>
#include <Qt/q3dataview.h>
#define QDataView Q3DataView
#endif // USE_QT4

@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QAccel class
// Reimplement the QDateTime class
// For Qt3, no changes are needed
#include <qdatetime.h>
@ -35,10 +35,10 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// Reimplement the QDateTime class
// For Qt4, some changes are needed
#include <qdatetime.h>
#include <Qt/qdatetime.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDateTimeEditBase class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdatetimeedit.h>
#include <Qt/q3datetimeedit.h>
#define QDateTimeEdit Q3DateTimeEditBase
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDeepCopy class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdeepcopy.h>
#include <Qt/q3deepcopy.h>
#define QDeepCopy Q3DeepCopy
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDesktopWidget class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdesktopwidget.h>
#include <Qt/qdesktopwidget.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDial class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdial.h>
#include <Qt/qdial.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDialog class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdialog.h>
#include <Qt/qdialog.h>
#endif // USE_QT4

@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QAccel class
// Reimplement the QDict class
// For Qt3, no changes are needed
#include <qdict.h>
@ -35,10 +35,10 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// Reimplement the QDict class
// For Qt4, some changes are needed
#include <qdict.h>
#include <Qt/q3dict.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDir class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdir.h>
#include <Qt/qdir.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDns class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdns.h>
#include <Qt/q3dns.h>
#define QDns Q3Dns
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDockArea class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdockarea.h>
#include <Qt/q3dockarea.h>
#define QDockArea Q3DockArea
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDockWindow class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdockwindow.h>
#include <Qt/q3dockwindow.h>
#define QDockWindow Q3DockWindow
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDom class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdom.h>
#include <Qt/qdom.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDragObject class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdragobject.h>
#include <Qt/q3dragobject.h>
#define QDragObject Q3DragObject
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDrawUtil class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdrawutil.h>
#include <Qt/qdrawutil.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDropSite class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qdropsite.h>
#include <Qt/q3dropsite.h>
#define QDropSite Q3DropSite
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QGuardedPtr class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qguardedptr.h>
#include <Qt/qpointer.h>
#define QGuardedPtr QPointer
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qiconset.h>
#include <Qt/qicon.h>
#define QIconSet QIcon
#endif // USE_QT4

@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA.
#define TQIODEVICE_H
#include <tqt.h>
#include <tqobject.h>
#ifdef USE_QT3
@ -38,7 +39,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QIODevice class
// For Qt4, no changes are needed
#include <qiodevice.h>
#include <Qt/qiodevice.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QMemArray class
// For Qt4, no changes are needed
#include <qmemarray.h>
#include <Qt/q3memarray.h>
#define QMemArray Q3MemArray
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QShared class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsettings.h>
#include <Qt/q3shared.h>
#define QShared Q3Shared
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSql class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsql.h>
#include <Qt/qsql.h>
#endif // USE_QT4

@ -25,6 +25,10 @@ Boston, MA 02110-1301, USA.
//#define USE_QT3
#define USE_QT4
#ifdef USE_QT4
#define QT3_SUPPORT
#endif
//#include "kdemacros.h.in"
//#define TQT_EXPORT KDE_EXPORT

@ -38,9 +38,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTextStream class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtextstream.h>
#include <Qt/qtextstream.h>
#endif // USE_QT4

@ -37,9 +37,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QValueList class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qvaluelist.h>
#include <Qt/q3valuelist.h>
#define QValueList Q3ValueList
#endif // USE_QT4

@ -37,9 +37,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QVariant class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qvariant.h>
#include <Qt/qvariant.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWMatrix class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwmatrix.h>
#include <Qt/qmatrix.h>
#define QWMatrix QMatrix
#endif // USE_QT4

Loading…
Cancel
Save