diff options
Diffstat (limited to 'src/kernel')
| -rw-r--r-- | src/kernel/ntqt.h | 16 | ||||
| -rw-r--r-- | src/kernel/qapplication.cpp | 4 | ||||
| -rw-r--r-- | src/kernel/qrichtext.cpp | 2 | ||||
| -rw-r--r-- | src/kernel/qt_kernel.pri | 10 | ||||
| -rw-r--r-- | src/kernel/tqaccel.cpp | 2 | ||||
| -rw-r--r-- | src/kernel/tqasyncimageio.cpp | 16 | ||||
| -rw-r--r-- | src/kernel/tqdragobject.cpp | 2 | ||||
| -rw-r--r-- | src/kernel/tqdrawutil.cpp (renamed from src/kernel/qdrawutil.cpp) | 14 | ||||
| -rw-r--r-- | src/kernel/tqdrawutil.h (renamed from src/kernel/ntqdrawutil.h) | 0 | ||||
| -rw-r--r-- | src/kernel/tqfocusdata.cpp (renamed from src/kernel/qfocusdata.cpp) | 4 | ||||
| -rw-r--r-- | src/kernel/tqfocusdata.h (renamed from src/kernel/ntqfocusdata.h) | 0 | ||||
| -rw-r--r-- | src/kernel/tqgif.h (renamed from src/kernel/ntqgif.h) | 0 | ||||
| -rw-r--r-- | src/kernel/tqmovie.cpp | 2 | ||||
| -rw-r--r-- | src/kernel/tqpainter.cpp | 2 | ||||
| -rw-r--r-- | src/kernel/tqurl.cpp | 4 | ||||
| -rw-r--r-- | src/kernel/tqwidget.cpp | 2 | 
16 files changed, 40 insertions, 40 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 477e2ca68..e04574828 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -16,7 +16,7 @@  #ifndef QT_H  #define QT_H  #include "tqglobal.h" -#include "ntqfeatures.h" +#include "tqfeatures.h"  #include "ntqshared.h"  #include "tqptrcollection.h"  #include "tqglist.h" @@ -60,7 +60,7 @@  #include "tqcolor.h"  #include <tqdom.h>  #include "tqobject.h" -#include <ntqdrawutil.h> +#include <tqdrawutil.h>  #include "tqbrush.h"  #include "tqpalette.h"  #include "tqwidget.h" @@ -81,13 +81,13 @@  #include "tqgroupbox.h"  #include "tqdialog.h"  #include <tqdataview.h> -#include "ntqdockwindow.h" +#include "tqdockwindow.h"  #include "tqcommonstyle.h"  #include "tqnetworkprotocol.h"  #include <tqeuckrcodec.h>  #include <tqgb18030codec.h>  #include "tqgcache.h" -#include <ntqgif.h> +#include <tqgif.h>  #include <tqglcolormap.h>  #include <tqcache.h>  #include <tqdropsite.h> @@ -156,7 +156,7 @@  #include <tqplatinumstyle.h>  #include <tqpngio.h>  #include <tqcursor.h> -#include <ntqerrormessage.h> +#include <tqerrormessage.h>  #include <ntqpolygonscanner.h>  #include "tqpopupmenu.h"  #include <ntqprintdialog.h> @@ -172,7 +172,7 @@  #include <tqpushbutton.h>  #include <tqradiobutton.h>  #include <tqdial.h> -#include <ntqdockarea.h> +#include <tqdockarea.h>  #include "tqregexp.h"  #include <tqclipboard.h>  #include <tqhebrewcodec.h> @@ -248,7 +248,7 @@  #include <tqfiledialog.h>  #include <tqutfcodec.h>  #include <ntquuid.h> -#include <ntqvalidator.h> +#include <tqvalidator.h>  #include <tqasyncimageio.h>  #include <tqvaluestack.h>  #include <tqvaluevector.h> @@ -260,7 +260,7 @@  #include <tqwhatsthis.h>  #include <ntqapplication.h>  #include <tqwidgetintdict.h> -#include <ntqfocusdata.h> +#include <tqfocusdata.h>  #include <tqwidgetplugin.h>  #include <tqwidgetstack.h>  #include <tqcheckbox.h> diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 6e1926e45..a4fded7f0 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -410,8 +410,8 @@ TQEventLoop* TQApplication::currentEventLoop() {  #endif  #ifndef TQT_NO_ACCEL -extern bool tqt_dispatchAccelEvent( TQWidget*, TQKeyEvent* ); // def in qaccel.cpp -extern bool tqt_tryComposeUnicode( TQWidget*, TQKeyEvent* ); // def in qaccel.cpp +extern bool tqt_dispatchAccelEvent( TQWidget*, TQKeyEvent* ); // def in tqaccel.cpp +extern bool tqt_tryComposeUnicode( TQWidget*, TQKeyEvent* ); // def in tqaccel.cpp  #endif  #if defined(QT_TABLET_SUPPORT) diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp index 3e378fb47..247e181d9 100644 --- a/src/kernel/qrichtext.cpp +++ b/src/kernel/qrichtext.cpp @@ -56,7 +56,7 @@  #include "tqdragobject.h"  #include "tqpaintdevicemetrics.h"  #include "tqpainter.h" -#include "ntqdrawutil.h" +#include "tqdrawutil.h"  #include "tqcursor.h"  #include "tqptrstack.h"  #include "tqptrdict.h" diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index c3b5c4b2d..d52783f7c 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -18,19 +18,19 @@ kernel {  		  $$KERNEL_H/tqcursor.h \  		  $$KERNEL_H/tqdesktopwidget.h \  		  $$KERNEL_H/tqdragobject.h \ -		  $$KERNEL_H/ntqdrawutil.h \ +		  $$KERNEL_H/tqdrawutil.h \  		  $$KERNEL_H/tqdropsite.h \  		  $$KERNEL_H/tqevent.h \  		  $$KERNEL_H/tqeventloop.h \  		  $$KERNEL_P/tqeventloop_p.h \  		  $$KERNEL_P/tqeventloop_glib_p.h \ -		  $$KERNEL_H/ntqfocusdata.h \ +		  $$KERNEL_H/tqfocusdata.h \  		  $$KERNEL_H/tqfont.h \  		  $$KERNEL_P/tqfontdata_p.h \  		  $$KERNEL_H/tqfontinfo.h \  		  $$KERNEL_H/tqfontmetrics.h \  		  $$KERNEL_H/tqguardedptr.h \ -		  $$KERNEL_H/ntqgif.h \ +		  $$KERNEL_H/tqgif.h \  		  $$KERNEL_H/tqiconset.h \  		  $$KERNEL_H/tqimage.h \  		  $$KERNEL_P/tqimageformatinterface_p.h \ @@ -206,11 +206,11 @@ kernel {  		  $$KERNEL_CPP/tqconnection.cpp \  		  $$KERNEL_CPP/tqcursor.cpp \  		  $$KERNEL_CPP/tqdragobject.cpp \ -		  $$KERNEL_CPP/qdrawutil.cpp \ +		  $$KERNEL_CPP/tqdrawutil.cpp \  		  $$KERNEL_CPP/tqdropsite.cpp \  		  $$KERNEL_CPP/tqevent.cpp \  		  $$KERNEL_CPP/tqeventloop.cpp \ -		  $$KERNEL_CPP/qfocusdata.cpp \ +		  $$KERNEL_CPP/tqfocusdata.cpp \  		  $$KERNEL_CPP/tqfont.cpp \  		  $$KERNEL_CPP/tqfontdatabase.cpp \  		  $$KERNEL_CPP/tqguardedptr.cpp \ diff --git a/src/kernel/tqaccel.cpp b/src/kernel/tqaccel.cpp index c5fcc30e6..39e0213f0 100644 --- a/src/kernel/tqaccel.cpp +++ b/src/kernel/tqaccel.cpp @@ -49,7 +49,7 @@  #include "tqwhatsthis.h"  #include "tqguardedptr.h"  #include "tqstatusbar.h" -#include "ntqdockwindow.h" +#include "tqdockwindow.h"  #include "tqsignalslotimp.h"  /*!      \class TQAccel tqaccel.h diff --git a/src/kernel/tqasyncimageio.cpp b/src/kernel/tqasyncimageio.cpp index 56126b3d8..f4a144c1b 100644 --- a/src/kernel/tqasyncimageio.cpp +++ b/src/kernel/tqasyncimageio.cpp @@ -43,7 +43,7 @@  #ifndef TQT_NO_ASYNC_IMAGE_IO  #include "tqptrlist.h" -#include "ntqgif.h" +#include "tqgif.h"  #include <stdlib.h>  extern void tqt_init_image_handlers(); @@ -178,7 +178,7 @@ extern void tqt_init_image_plugins();      \legalese      TQt supports GIF reading if it is configured that way during -    installation (see ntqgif.h). If it is, we are required to state that +    installation (see tqgif.h). If it is, we are required to state that      "The Graphics Interchange Format(c) is the Copyright property of      CompuServe Incorporated. GIF(sm) is a Service Mark property of      CompuServe Incorporated." @@ -199,7 +199,7 @@ static const int max_header = 32; -// See ntqgif.h for important information regarding this option +// See tqgif.h for important information regarding this option  #if defined(QT_BUILTIN_GIF_READER) && QT_BUILTIN_GIF_READER == 1  class TQGIFFormat : public TQImageFormat {  public: @@ -299,7 +299,7 @@ public:      {  	if ( !factories ) {  	    factories = new TQPtrList<TQImageFormatType>; -// See ntqgif.h for important information regarding this option +// See tqgif.h for important information regarding this option  #if defined(QT_BUILTIN_GIF_READER) && QT_BUILTIN_GIF_READER == 1  	    gif_decoder_factory = new TQGIFFormatType;  #endif @@ -310,7 +310,7 @@ public:      static TQPtrList<TQImageFormatType> * factories; -// See ntqgif.h for important information regarding this option +// See tqgif.h for important information regarding this option  #if defined(QT_BUILTIN_GIF_READER) && QT_BUILTIN_GIF_READER == 1      static TQGIFFormatType * gif_decoder_factory;  #endif @@ -320,7 +320,7 @@ public:  };  TQPtrList<TQImageFormatType> * TQImageDecoderPrivate::factories = 0; -// See ntqgif.h for important information regarding this option +// See tqgif.h for important information regarding this option  #if defined(QT_BUILTIN_GIF_READER) && QT_BUILTIN_GIF_READER == 1  TQGIFFormatType * TQImageDecoderPrivate::gif_decoder_factory = 0;  #endif @@ -330,7 +330,7 @@ void TQImageDecoderPrivate::cleanup()  {      delete factories;      factories = 0; -// See ntqgif.h for important information regarding this option +// See tqgif.h for important information regarding this option  #if defined(QT_BUILTIN_GIF_READER) && QT_BUILTIN_GIF_READER == 1      delete gif_decoder_factory;      gif_decoder_factory = 0; @@ -659,7 +659,7 @@ bool qt_builtin_gif_reader()  #endif  } -// See ntqgif.h for important information regarding this option +// See tqgif.h for important information regarding this option  #if defined(QT_BUILTIN_GIF_READER) && QT_BUILTIN_GIF_READER == 1  /* -- NOTDOC diff --git a/src/kernel/tqdragobject.cpp b/src/kernel/tqdragobject.cpp index f8557de55..b6fac2bd0 100644 --- a/src/kernel/tqdragobject.cpp +++ b/src/kernel/tqdragobject.cpp @@ -51,7 +51,7 @@  #include "tqpoint.h"  #include "tqwidget.h"  #include "tqbuffer.h" -#include "ntqgif.h" +#include "tqgif.h"  #include "tqregexp.h"  #include "tqdir.h"  #include <ctype.h> diff --git a/src/kernel/qdrawutil.cpp b/src/kernel/tqdrawutil.cpp index 8abb9216f..0c3283ddc 100644 --- a/src/kernel/qdrawutil.cpp +++ b/src/kernel/tqdrawutil.cpp @@ -38,7 +38,7 @@  **  **********************************************************************/ -#include "ntqdrawutil.h" +#include "tqdrawutil.h"  #ifndef TQT_NO_DRAWUTIL  #include "tqbitmap.h"  #include "tqpixmapcache.h" @@ -48,7 +48,7 @@  /*!      \relates TQPainter -    \c{#include <ntqdrawutil.h>} +    \c{#include <tqdrawutil.h>}      Draws a horizontal (\a y1 == \a y2) or vertical (\a x1 == \a x2)      shaded line using the painter \a p. @@ -166,7 +166,7 @@ void qDrawShadeLine( TQPainter *p, int x1, int y1, int x2, int y2,  /*!      \relates TQPainter -    \c{#include <ntqdrawutil.h>} +    \c{#include <tqdrawutil.h>}      Draws the shaded rectangle specified by (\a x, \a y, \a w, \a h)      using the painter \a p. @@ -272,7 +272,7 @@ void qDrawShadeRect( TQPainter *p, int x, int y, int w, int h,  /*!      \relates TQPainter -    \c{#include <ntqdrawutil.h>} +    \c{#include <tqdrawutil.h>}      Draws the shaded panel specified by (\a x, \a y, \a w, \a h) using      the painter \a p. @@ -427,7 +427,7 @@ static void qDrawWinShades( TQPainter *p,  /*!      \relates TQPainter -    \c{#include <ntqdrawutil.h>} +    \c{#include <tqdrawutil.h>}      Draws the Windows-style button specified by (\a x, \a y, \a w, \a      h) using the painter \a p. @@ -466,7 +466,7 @@ void qDrawWinButton( TQPainter *p, int x, int y, int w, int h,  /*!      \relates TQPainter -    \c{#include <ntqdrawutil.h>} +    \c{#include <tqdrawutil.h>}      Draws the Windows-style panel specified by (\a x, \a y, \a w, \a      h) using the painter \a p. @@ -508,7 +508,7 @@ void qDrawWinPanel( TQPainter *p, int x, int y, int w, int h,  /*!      \relates TQPainter -    \c{#include <ntqdrawutil.h>} +    \c{#include <tqdrawutil.h>}      Draws the plain rectangle specified by (\a x, \a y, \a w, \a h)      using the painter \a p. diff --git a/src/kernel/ntqdrawutil.h b/src/kernel/tqdrawutil.h index d8e2703d2..d8e2703d2 100644 --- a/src/kernel/ntqdrawutil.h +++ b/src/kernel/tqdrawutil.h diff --git a/src/kernel/qfocusdata.cpp b/src/kernel/tqfocusdata.cpp index 0f06da4e3..87ef60534 100644 --- a/src/kernel/qfocusdata.cpp +++ b/src/kernel/tqfocusdata.cpp @@ -38,10 +38,10 @@  **  **********************************************************************/ -#include "ntqfocusdata.h" +#include "tqfocusdata.h"  /*! -    \class TQFocusData ntqfocusdata.h +    \class TQFocusData tqfocusdata.h      \brief The TQFocusData class maintains the list of widgets in the focus      chain. diff --git a/src/kernel/ntqfocusdata.h b/src/kernel/tqfocusdata.h index f6eb57fe3..f6eb57fe3 100644 --- a/src/kernel/ntqfocusdata.h +++ b/src/kernel/tqfocusdata.h diff --git a/src/kernel/ntqgif.h b/src/kernel/tqgif.h index 9d1658a0c..9d1658a0c 100644 --- a/src/kernel/ntqgif.h +++ b/src/kernel/tqgif.h diff --git a/src/kernel/tqmovie.cpp b/src/kernel/tqmovie.cpp index 1a29a4315..6350f5ceb 100644 --- a/src/kernel/tqmovie.cpp +++ b/src/kernel/tqmovie.cpp @@ -90,7 +90,7 @@      The supported formats are MNG (if TQt is configured with MNG      support enabled) and GIF (if TQt is configured with GIF support -    enabled, see ntqgif.h). +    enabled, see tqgif.h).      If TQt is configured to support GIF reading, we are required to      state that "The Graphics Interchange Format(c) is the Copyright diff --git a/src/kernel/tqpainter.cpp b/src/kernel/tqpainter.cpp index 359954168..b2c0d5fba 100644 --- a/src/kernel/tqpainter.cpp +++ b/src/kernel/tqpainter.cpp @@ -232,7 +232,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack;      platforms may behave incorrectly with coordinates as small as      +/-4000. -    \headerfile ntqdrawutil.h +    \headerfile tqdrawutil.h      \sa TQPaintDevice TQWidget TQPixmap TQPrinter TQPicture  	\link simple-application.html Application Walkthrough \endlink diff --git a/src/kernel/tqurl.cpp b/src/kernel/tqurl.cpp index d2fcd9c59..1155e9fa1 100644 --- a/src/kernel/tqurl.cpp +++ b/src/kernel/tqurl.cpp @@ -126,13 +126,13 @@ static void slashify( TQString& s, bool allowMultiple = TRUE )      Example: -    <tt>http://doc.trolltech.com/ntqdockarea.html#lines</tt> +    <tt>http://doc.trolltech.com/tqdockarea.html#lines</tt>      \table      \header \i Function	    \i Returns      \row \i \l protocol()   \i "http"      \row \i \l host()	    \i "doc.trolltech.com" -    \row \i \l fileName()   \i "ntqdockarea.html" +    \row \i \l fileName()   \i "tqdockarea.html"      \row \i \l ref()	    \i "lines"      \endtable diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp index 9fe528f78..d0e37df41 100644 --- a/src/kernel/tqwidget.cpp +++ b/src/kernel/tqwidget.cpp @@ -44,7 +44,7 @@  #include "tqwidgetlist.h"  #include "tqwidgetintdict.h"  #include "tqptrdict.h" -#include "ntqfocusdata.h" +#include "tqfocusdata.h"  #include "tqcursor.h"  #include "tqpixmap.h"  #include "ntqapplication.h"  | 
