diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/qeffects_p.h | 2 | ||||
-rw-r--r-- | src/widgets/qt_widgets.pri | 4 | ||||
-rw-r--r-- | src/widgets/tqdatetimeedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqdial.h | 2 | ||||
-rw-r--r-- | src/widgets/tqmenudata.cpp | 10 | ||||
-rw-r--r-- | src/widgets/tqrangecontrol.cpp (renamed from src/widgets/qrangecontrol.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqrangecontrol.h (renamed from src/widgets/ntqrangecontrol.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqscrollbar.h | 2 | ||||
-rw-r--r-- | src/widgets/tqslider.h | 2 | ||||
-rw-r--r-- | src/widgets/tqspinbox.h | 2 | ||||
-rw-r--r-- | src/widgets/tqspinwidget.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtabbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtabwidget.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtextedit.cpp | 2 |
14 files changed, 19 insertions, 19 deletions
diff --git a/src/widgets/qeffects_p.h b/src/widgets/qeffects_p.h index d3beb3055..4d9845c01 100644 --- a/src/widgets/qeffects_p.h +++ b/src/widgets/qeffects_p.h @@ -56,7 +56,7 @@ // #ifndef QT_H -#include "ntqnamespace.h" +#include "tqnamespace.h" #endif // QT_H #ifndef TQT_NO_EFFECTS diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri index 93acd0832..4d124e940 100644 --- a/src/widgets/qt_widgets.pri +++ b/src/widgets/qt_widgets.pri @@ -34,7 +34,7 @@ widgets { $$WIDGETS_H/tqprogressbar.h \ $$WIDGETS_H/tqpushbutton.h \ $$WIDGETS_H/tqradiobutton.h \ - $$WIDGETS_H/ntqrangecontrol.h \ + $$WIDGETS_H/tqrangecontrol.h \ $$WIDGETS_H/tqscrollbar.h \ $$WIDGETS_H/tqscrollview.h \ $$WIDGETS_H/tqslider.h \ @@ -96,7 +96,7 @@ widgets { $$WIDGETS_CPP/tqprogressbar.cpp \ $$WIDGETS_CPP/tqpushbutton.cpp \ $$WIDGETS_CPP/tqradiobutton.cpp \ - $$WIDGETS_CPP/qrangecontrol.cpp \ + $$WIDGETS_CPP/tqrangecontrol.cpp \ $$WIDGETS_CPP/tqscrollbar.cpp \ $$WIDGETS_CPP/tqscrollview.cpp \ $$WIDGETS_CPP/tqslider.cpp \ diff --git a/src/widgets/tqdatetimeedit.cpp b/src/widgets/tqdatetimeedit.cpp index 203d310de..6e32d3aaf 100644 --- a/src/widgets/tqdatetimeedit.cpp +++ b/src/widgets/tqdatetimeedit.cpp @@ -44,7 +44,7 @@ #include "../kernel/qinternal_p.h" #include "../kernel/qrichtext_p.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #include "ntqapplication.h" #include "tqpixmap.h" #include "ntqapplication.h" diff --git a/src/widgets/tqdial.h b/src/widgets/tqdial.h index 7baf98e53..ae3689705 100644 --- a/src/widgets/tqdial.h +++ b/src/widgets/tqdial.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "tqwidget.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #endif // QT_H #ifndef TQT_NO_DIAL diff --git a/src/widgets/tqmenudata.cpp b/src/widgets/tqmenudata.cpp index 5a3872d31..148d79790 100644 --- a/src/widgets/tqmenudata.cpp +++ b/src/widgets/tqmenudata.cpp @@ -415,7 +415,7 @@ void TQMenuData::removePopup( TQPopupMenu *popup ) Returns the allocated menu identifier number (\a id if \a id >= 0). \sa removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, - ntqnamespace.h + tqnamespace.h */ int TQMenuData::insertItem( const TQString &text, @@ -442,7 +442,7 @@ int TQMenuData::insertItem( const TQString &text, Returns the allocated menu identifier number (\a id if \a id >= 0). \sa removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, - ntqnamespace.h + tqnamespace.h */ int TQMenuData::insertItem( const TQIconSet& icon, @@ -504,7 +504,7 @@ int TQMenuData::insertItem( const TQPixmap &pixmap, Returns the allocated menu identifier number (\a id if \a id >= 0). \sa removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, - ntqnamespace.h + tqnamespace.h */ int TQMenuData::insertItem( const TQIconSet& icon, @@ -864,7 +864,7 @@ void TQMenuData::clear() item \a id, or 0 if it has no accelerator key or if there is no such menu item. - \sa setAccel(), TQAccel, ntqnamespace.h + \sa setAccel(), TQAccel, tqnamespace.h */ TQKeySequence TQMenuData::accel( int id ) const @@ -880,7 +880,7 @@ TQKeySequence TQMenuData::accel( int id ) const An accelerator key consists of a key code and a combination of the modifiers \c SHIFT, \c CTRL, \c ALT or \c UNICODE_ACCEL (OR'ed or - added). The header file \c ntqnamespace.h contains a list of key + added). The header file \c tqnamespace.h contains a list of key codes. Defining an accelerator key produces a text that is added to the diff --git a/src/widgets/qrangecontrol.cpp b/src/widgets/tqrangecontrol.cpp index 95056e578..03d9cecd0 100644 --- a/src/widgets/qrangecontrol.cpp +++ b/src/widgets/tqrangecontrol.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #ifndef TQT_NO_RANGECONTROL #include "tqglobal.h" #include <limits.h> @@ -47,7 +47,7 @@ static bool sumOutOfRange(int current, int add); /*! - \class TQRangeControl ntqrangecontrol.h + \class TQRangeControl tqrangecontrol.h \brief The TQRangeControl class provides an integer value within a range. \ingroup misc diff --git a/src/widgets/ntqrangecontrol.h b/src/widgets/tqrangecontrol.h index 39f2e2abc..39f2e2abc 100644 --- a/src/widgets/ntqrangecontrol.h +++ b/src/widgets/tqrangecontrol.h diff --git a/src/widgets/tqscrollbar.h b/src/widgets/tqscrollbar.h index 6a298c96f..d5cc1a502 100644 --- a/src/widgets/tqscrollbar.h +++ b/src/widgets/tqscrollbar.h @@ -45,7 +45,7 @@ class TQTimer; #ifndef QT_H #include "tqwidget.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #endif // QT_H #ifndef TQT_NO_SCROLLBAR diff --git a/src/widgets/tqslider.h b/src/widgets/tqslider.h index af60245e3..1ce9883ef 100644 --- a/src/widgets/tqslider.h +++ b/src/widgets/tqslider.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqwidget.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #endif // QT_H #ifndef TQT_NO_SLIDER diff --git a/src/widgets/tqspinbox.h b/src/widgets/tqspinbox.h index 345857c74..390c6bbd2 100644 --- a/src/widgets/tqspinbox.h +++ b/src/widgets/tqspinbox.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqwidget.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #endif // QT_H #ifndef TQT_NO_SPINBOX diff --git a/src/widgets/tqspinwidget.cpp b/src/widgets/tqspinwidget.cpp index a66e90d1d..893fa0f0c 100644 --- a/src/widgets/tqspinwidget.cpp +++ b/src/widgets/tqspinwidget.cpp @@ -36,7 +36,7 @@ ** **********************************************************************/ -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h" #ifndef TQT_NO_SPINWIDGET diff --git a/src/widgets/tqtabbar.cpp b/src/widgets/tqtabbar.cpp index 140473e6a..7c9ebb2c4 100644 --- a/src/widgets/tqtabbar.cpp +++ b/src/widgets/tqtabbar.cpp @@ -53,7 +53,7 @@ #endif #ifdef TQ_WS_MACX -#include <qmacstyle_mac.h> +#include <tqmacstyle_mac.h> #endif diff --git a/src/widgets/tqtabwidget.cpp b/src/widgets/tqtabwidget.cpp index fdf857050..88ec8a06e 100644 --- a/src/widgets/tqtabwidget.cpp +++ b/src/widgets/tqtabwidget.cpp @@ -51,7 +51,7 @@ #include "tqtoolbutton.h" #ifdef Q_OS_MACX -#include <qmacstyle_mac.h> +#include <tqmacstyle_mac.h> #endif /*! diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp index 54dc1b2db..2c8bf3ba4 100644 --- a/src/widgets/tqtextedit.cpp +++ b/src/widgets/tqtextedit.cpp @@ -72,7 +72,7 @@ #include "tqregexp.h" #include "tqpopupmenu.h" #include "tqptrstack.h" -#include "ntqmetaobject.h" +#include "tqmetaobject.h" #include "tqtextbrowser.h" #include <private/qucom_p.h> #include "private/tqsyntaxhighlighter_p.h" |