diff options
Diffstat (limited to 'src/kernel')
37 files changed, 66 insertions, 66 deletions
diff --git a/src/kernel/ntqdesktopwidget.h b/src/kernel/ntqdesktopwidget.h index de199f31e..a017b8aca 100644 --- a/src/kernel/ntqdesktopwidget.h +++ b/src/kernel/ntqdesktopwidget.h @@ -40,7 +40,7 @@ #define TQDESKTOPWIDGET_H #ifndef QT_H -#include "ntqwidget.h" +#include "tqwidget.h" #endif // QT_H class TQApplication; diff --git a/src/kernel/ntqfocusdata.h b/src/kernel/ntqfocusdata.h index 29c804c20..f6eb57fe3 100644 --- a/src/kernel/ntqfocusdata.h +++ b/src/kernel/ntqfocusdata.h @@ -42,7 +42,7 @@ #define TQFOCUSDATA_H #ifndef QT_H -#include "ntqwidgetlist.h" +#include "tqwidgetlist.h" #endif // QT_H diff --git a/src/kernel/ntqlayout.h b/src/kernel/ntqlayout.h index 9ff6615a9..9465e2788 100644 --- a/src/kernel/ntqlayout.h +++ b/src/kernel/ntqlayout.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "tqobject.h" #include "ntqsizepolicy.h" -#include "ntqwidget.h" +#include "tqwidget.h" #endif // QT_H #include <limits.h> diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index 5ce38f835..abc3bfb8b 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -139,10 +139,10 @@ public: NoAccel = 0x4000 }; - // Widget flags; documented in qwidget.cpp + // Widget flags; documented in tqwidget.cpp typedef uint WState; - // TQWidget state flags (internal, barely documented in qwidget.cpp) + // TQWidget state flags (internal, barely documented in tqwidget.cpp) enum WidgetState { WState_Created = 0x00000001, WState_Disabled = 0x00000002, @@ -170,10 +170,10 @@ public: WState_HasMouse = 0x00800000 }; - // NetWM flags; documented in qwidget.cpp + // NetWM flags; documented in tqwidget.cpp typedef uint NFlags; - // documented in qwidget.cpp + // documented in tqwidget.cpp enum NETWMFlags { #if defined(TQ_WS_X11) WX11DisableMove = 0x00000001, @@ -192,10 +192,10 @@ public: #endif }; - // Widget flags2; documented in qwidget.cpp + // Widget flags2; documented in tqwidget.cpp typedef uint WFlags; - // documented in qwidget.cpp + // documented in tqwidget.cpp enum WidgetFlags { WType_TopLevel = 0x00000001, // widget type flags WType_Dialog = 0x00000002, @@ -962,7 +962,7 @@ public: UTC }; - // documented in qwidget.cpp + // documented in tqwidget.cpp enum BackgroundMode { FixedColor, FixedPixmap, diff --git a/src/kernel/ntqsizegrip.h b/src/kernel/ntqsizegrip.h index 93e95aade..624fb6498 100644 --- a/src/kernel/ntqsizegrip.h +++ b/src/kernel/ntqsizegrip.h @@ -42,7 +42,7 @@ #define TQSIZEGRIP_H #ifndef QT_H -#include "ntqwidget.h" +#include "tqwidget.h" #endif // QT_H #ifndef TQT_NO_SIZEGRIP diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 78ff48a19..d6671bee8 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -63,7 +63,7 @@ #include <ntqdrawutil.h> #include "ntqbrush.h" #include "ntqpalette.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqjpunicode.h" #include "ntqtextcodec.h" #include "ntqpixmap.h" @@ -76,7 +76,7 @@ #include "ntqfile.h" #include "ntqfileinfo.h" #include "ntqurlinfo.h" -#include "ntqwidgetlist.h" +#include "tqwidgetlist.h" #include <ntqcombobox.h> #include "ntqgroupbox.h" #include "ntqdialog.h" @@ -261,10 +261,10 @@ #include <ntqthread.h> #include <ntqwhatsthis.h> #include <ntqapplication.h> -#include <ntqwidgetintdict.h> +#include <tqwidgetintdict.h> #include <ntqfocusdata.h> -#include <ntqwidgetplugin.h> -#include <ntqwidgetstack.h> +#include <tqwidgetplugin.h> +#include <tqwidgetstack.h> #include <ntqcheckbox.h> #include <ntqcompactstyle.h> #include <ntqwizard.h> @@ -305,8 +305,8 @@ #include "private/qsettings_p.h" #include "private/tqsqlextension_p.h" #include "private/qdialogbuttons_p.h" -#include "private/qwidgetinterface_p.h" -#include "private/qwidgetresizehandler_p.h" +#include "private/tqwidgetinterface_p.h" +#include "private/tqwidgetresizehandler_p.h" #include "private/qlibrary_p.h" #endif // Private headers diff --git a/src/kernel/ntqwindowdefs.h b/src/kernel/ntqwindowdefs.h index ae28caace..17593a715 100644 --- a/src/kernel/ntqwindowdefs.h +++ b/src/kernel/ntqwindowdefs.h @@ -84,7 +84,7 @@ class TQTime; class TQClipboard; -// Widget list (defined in ntqwidgetlist.h) +// Widget list (defined in tqwidgetlist.h) class TQWidgetList; class TQWidgetListIt; diff --git a/src/kernel/qaccel.cpp b/src/kernel/qaccel.cpp index c52f090fd..beb504052 100644 --- a/src/kernel/qaccel.cpp +++ b/src/kernel/qaccel.cpp @@ -44,7 +44,7 @@ #include "ntqsignal.h" #include "ntqapplication.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqptrlist.h" #include "ntqwhatsthis.h" #include "ntqguardedptr.h" diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 31bd5ecc4..39f8abc5a 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -42,9 +42,9 @@ #include "ntqapplication.h" #include "ntqeventloop.h" #include "qeventloop_p.h" -#include "ntqwidget.h" -#include "ntqwidgetlist.h" -#include "ntqwidgetintdict.h" +#include "tqwidget.h" +#include "tqwidgetlist.h" +#include "tqwidgetintdict.h" #include "ntqptrdict.h" #include "ntqcleanuphandler.h" @@ -2284,7 +2284,7 @@ TQWidgetList *TQApplication::topLevelWidgets() delete list; // delete the list, not the widgets \endcode - The TQWidgetList class is defined in the \c ntqwidgetlist.h header + The TQWidgetList class is defined in the \c tqwidgetlist.h header file. \warning Delete the list as soon as you have finished using it. diff --git a/src/kernel/qapplication_p.h b/src/kernel/qapplication_p.h index 5093dcfc7..7f6fbf9f9 100644 --- a/src/kernel/qapplication_p.h +++ b/src/kernel/qapplication_p.h @@ -47,7 +47,7 @@ // ------------- // // This file is not part of the TQt API. It exists for the convenience -// of qapplication_*.cpp, qwidget*.cpp, qcolor_x11.cpp, qfiledialog.cpp +// of qapplication_*.cpp, tqwidget*.cpp, qcolor_x11.cpp, qfiledialog.cpp // and many other. This header file may change from version to version // without notice, or even be removed. // diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 125f1fa21..56ba9aefa 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -65,11 +65,11 @@ #include "qapplication_p.h" #include "qcolor_p.h" #include "ntqcursor.h" -#include "ntqwidget.h" -#include "qwidget_p.h" +#include "tqwidget.h" +#include "tqwidget_p.h" #include "tqobjectlist.h" -#include "ntqwidgetlist.h" -#include "ntqwidgetintdict.h" +#include "tqwidgetlist.h" +#include "tqwidgetintdict.h" #include "ntqbitarray.h" #include "ntqpainter.h" #include "ntqpixmapcache.h" @@ -5952,7 +5952,7 @@ static Bool qt_net_wm_sync_request_scanner(Display*, XEvent* event, XPointer arg bool TQETWidget::translateConfigEvent( const XEvent *event ) { - // config pending is only set on resize, see qwidget_x11.cpp, internalSetGeometry() + // config pending is only set on resize, see tqwidget_x11.cpp, internalSetGeometry() bool was_resize = testWState( WState_ConfigPending ); clearWState(WState_ConfigPending); diff --git a/src/kernel/qdesktopwidget_x11.cpp b/src/kernel/qdesktopwidget_x11.cpp index bb301e522..db3763530 100644 --- a/src/kernel/qdesktopwidget_x11.cpp +++ b/src/kernel/qdesktopwidget_x11.cpp @@ -42,7 +42,7 @@ #include "qt_x11_p.h" #include <cstdlib> -// defined in qwidget_x11.cpp +// defined in tqwidget_x11.cpp extern int qt_x11_create_desktop_on_screen; // defined in qapplication_x11.cpp diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp index a50f23319..859a3c1a6 100644 --- a/src/kernel/qdnd_x11.cpp +++ b/src/kernel/qdnd_x11.cpp @@ -44,7 +44,7 @@ #ifndef TQT_NO_DRAGANDDROP -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqintdict.h" #include "ntqdatetime.h" #include "ntqdict.h" diff --git a/src/kernel/qdragobject.cpp b/src/kernel/qdragobject.cpp index c9d4e8f1b..5e6a0dab9 100644 --- a/src/kernel/qdragobject.cpp +++ b/src/kernel/qdragobject.cpp @@ -49,7 +49,7 @@ #include "ntqtextcodec.h" #include "ntqapplication.h" #include "ntqpoint.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqbuffer.h" #include "ntqgif.h" #include "ntqregexp.h" diff --git a/src/kernel/qdropsite.cpp b/src/kernel/qdropsite.cpp index 8dd44a2cc..a8d3a8728 100644 --- a/src/kernel/qdropsite.cpp +++ b/src/kernel/qdropsite.cpp @@ -40,7 +40,7 @@ #ifndef TQT_NO_DRAGANDDROP -#include "ntqwidget.h" +#include "tqwidget.h" // NOT REVISED diff --git a/src/kernel/qfontengine_x11.cpp b/src/kernel/qfontengine_x11.cpp index 65ab15811..96f011927 100644 --- a/src/kernel/qfontengine_x11.cpp +++ b/src/kernel/qfontengine_x11.cpp @@ -40,7 +40,7 @@ // #define FONTENGINE_DEBUG -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqcstring.h> #include <ntqtextcodec.h> diff --git a/src/kernel/qinputcontext.cpp b/src/kernel/qinputcontext.cpp index 0149304ef..7f9760c46 100644 --- a/src/kernel/qinputcontext.cpp +++ b/src/kernel/qinputcontext.cpp @@ -42,7 +42,7 @@ #include "qplatformdefs.h" #include "ntqapplication.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqpopupmenu.h" #include <stdlib.h> diff --git a/src/kernel/qinputcontext_x11.cpp b/src/kernel/qinputcontext_x11.cpp index e4d36af6b..0a314dfbb 100644 --- a/src/kernel/qinputcontext_x11.cpp +++ b/src/kernel/qinputcontext_x11.cpp @@ -43,7 +43,7 @@ #include "qplatformdefs.h" #include "ntqapplication.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "qt_x11_p.h" diff --git a/src/kernel/qinternal.cpp b/src/kernel/qinternal.cpp index e99c95f79..87cf5694e 100644 --- a/src/kernel/qinternal.cpp +++ b/src/kernel/qinternal.cpp @@ -39,7 +39,7 @@ **********************************************************************/ #include "private/qinternal_p.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqpixmap.h" #include "ntqpainter.h" #include "ntqcleanuphandler.h" diff --git a/src/kernel/qlayout.cpp b/src/kernel/qlayout.cpp index a23a44a8f..229a9ed7d 100644 --- a/src/kernel/qlayout.cpp +++ b/src/kernel/qlayout.cpp @@ -43,7 +43,7 @@ #ifndef TQT_NO_LAYOUT #include "ntqapplication.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqptrlist.h" #include "ntqsizepolicy.h" diff --git a/src/kernel/qmotifdnd_x11.cpp b/src/kernel/qmotifdnd_x11.cpp index d11065835..548310dab 100644 --- a/src/kernel/qmotifdnd_x11.cpp +++ b/src/kernel/qmotifdnd_x11.cpp @@ -72,7 +72,7 @@ in doc/dnd.doc, where the documentation system can see it. */ #ifndef TQT_NO_DRAGANDDROP -#include "ntqwidget.h" +#include "tqwidget.h" #include "qt_x11_p.h" #include <stdlib.h> diff --git a/src/kernel/qpaintdevice_x11.cpp b/src/kernel/qpaintdevice_x11.cpp index c64b3e90e..1a01803aa 100644 --- a/src/kernel/qpaintdevice_x11.cpp +++ b/src/kernel/qpaintdevice_x11.cpp @@ -41,7 +41,7 @@ #include "ntqpaintdevice.h" #include "ntqpaintdevicemetrics.h" #include "ntqpainter.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqbitmap.h" #include "ntqapplication.h" #include "qt_x11_p.h" diff --git a/src/kernel/qpainter.cpp b/src/kernel/qpainter.cpp index 4868ffb00..3e3574dff 100644 --- a/src/kernel/qpainter.cpp +++ b/src/kernel/qpainter.cpp @@ -44,7 +44,7 @@ #include "ntqptrstack.h" #include "ntqptrdict.h" #include "ntqdatastream.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqimage.h" #include "ntqpaintdevicemetrics.h" #include "ntqapplication.h" diff --git a/src/kernel/qpainter_x11.cpp b/src/kernel/qpainter_x11.cpp index 657965c42..a4f71fc00 100644 --- a/src/kernel/qpainter_x11.cpp +++ b/src/kernel/qpainter_x11.cpp @@ -42,7 +42,7 @@ #include "ntqfont.h" #include "ntqpainter.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqbitmap.h" #include "ntqpixmapcache.h" #include "ntqtextcodec.h" diff --git a/src/kernel/qpixmap.cpp b/src/kernel/qpixmap.cpp index 4f05adc02..9c93632c1 100644 --- a/src/kernel/qpixmap.cpp +++ b/src/kernel/qpixmap.cpp @@ -42,7 +42,7 @@ #include "ntqbitmap.h" #include "ntqimage.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqpainter.h" #include "ntqdatastream.h" #include "ntqbuffer.h" diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/qsizegrip.cpp index d27e0b534..a6629ecf6 100644 --- a/src/kernel/qsizegrip.cpp +++ b/src/kernel/qsizegrip.cpp @@ -53,7 +53,7 @@ extern Atom qt_sizegrip; // defined in qapplication_x11.cpp #include "tqobjectlist.h" #include "qt_windows.h" #elif defined(TQ_WS_MAC) -bool qt_mac_update_sizer(TQWidget *, int); //qwidget_mac.cpp +bool qt_mac_update_sizer(TQWidget *, int); //tqwidget_mac.cpp #endif diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index 67b42e70f..d45540bb8 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/qstyle.cpp @@ -50,7 +50,7 @@ #include "ntqpopupmenu.h" #include "ntqpushbutton.h" #include "tqobjectlist.h" -#include "ntqwidgetlist.h" +#include "tqwidgetlist.h" #include <limits.h> diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index 6baa0c732..f21fbfd17 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -83,9 +83,9 @@ kernel { $$KERNEL_H/ntqlocalfs.h \ $$KERNEL_H/ntqurloperator.h \ $$KERNEL_H/ntqurlinfo.h \ - $$KERNEL_H/ntqwidget.h \ - $$KERNEL_H/ntqwidgetintdict.h \ - $$KERNEL_H/ntqwidgetlist.h \ + $$KERNEL_H/tqwidget.h \ + $$KERNEL_H/tqwidgetintdict.h \ + $$KERNEL_H/tqwidgetlist.h \ $$KERNEL_H/ntqwindowdefs.h \ $$KERNEL_H/ntqwmatrix.h \ $$KERNEL_H/ntqvariant.h \ @@ -128,7 +128,7 @@ kernel { $$KERNEL_CPP/qregion_win.cpp \ $$KERNEL_CPP/qsound_win.cpp \ $$KERNEL_CPP/qthread_win.cpp \ - $$KERNEL_CPP/qwidget_win.cpp \ + $$KERNEL_CPP/tqwidget_win.cpp \ $$KERNEL_CPP/qole_win.c \ $$KERNEL_CPP/qfontengine_win.cpp @@ -148,8 +148,8 @@ kernel { $$KERNEL_CPP/qpainter_x11.cpp \ $$KERNEL_CPP/qregion_x11.cpp \ $$KERNEL_CPP/qsound_x11.cpp \ - $$KERNEL_CPP/qwidget_x11.cpp \ - $$KERNEL_CPP/qwidgetcreate_x11.cpp \ + $$KERNEL_CPP/tqwidget_x11.cpp \ + $$KERNEL_CPP/tqwidgetcreate_x11.cpp \ $$KERNEL_CPP/qfontengine_x11.cpp glibmainloop { SOURCES += $$KERNEL_CPP/qeventloop_x11_glib.cpp @@ -176,7 +176,7 @@ kernel { $$KERNEL_CPP/qpaintdevice_mac.cpp \ $$KERNEL_CPP/qpainter_mac.cpp \ $$KERNEL_CPP/qregion_mac.cpp \ - $$KERNEL_CPP/qwidget_mac.cpp \ + $$KERNEL_CPP/tqwidget_mac.cpp \ $$KERNEL_CPP/qeventloop_mac.cpp \ $$KERNEL_CPP/qfont_mac.cpp \ $$KERNEL_CPP/qfontengine_mac.cpp @@ -255,7 +255,7 @@ kernel { $$KERNEL_CPP/qlocalfs.cpp \ $$KERNEL_CPP/qurloperator.cpp \ $$KERNEL_CPP/qurlinfo.cpp \ - $$KERNEL_CPP/qwidget.cpp \ + $$KERNEL_CPP/tqwidget.cpp \ $$KERNEL_CPP/qwmatrix.cpp \ $$KERNEL_CPP/qvariant.cpp \ $$KERNEL_CPP/qrichtext.cpp \ diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h index 1aef6f4a8..5295f8134 100644 --- a/src/kernel/qt_pch.h +++ b/src/kernel/qt_pch.h @@ -39,7 +39,7 @@ #include <ntqstringlist.h> #include <ntqstyle.h> #include <ntqtimer.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include <limits.h> #include <stdlib.h> diff --git a/src/kernel/qtranslator.cpp b/src/kernel/qtranslator.cpp index 99d475859..e3d1c5b98 100644 --- a/src/kernel/qtranslator.cpp +++ b/src/kernel/qtranslator.cpp @@ -57,7 +57,7 @@ static inline int qt_open(const char *pathname, int flags, mode_t mode) #ifndef TQT_NO_TRANSLATION #include "ntqfileinfo.h" -#include "ntqwidgetlist.h" +#include "tqwidgetlist.h" #include "ntqintdict.h" #include "ntqstring.h" #include "ntqapplication.h" diff --git a/src/kernel/qwidget.cpp b/src/kernel/tqwidget.cpp index e855e7448..9345c31e4 100644 --- a/src/kernel/qwidget.cpp +++ b/src/kernel/tqwidget.cpp @@ -40,9 +40,9 @@ #include "tqobjectlist.h" -#include "ntqwidget.h" -#include "ntqwidgetlist.h" -#include "ntqwidgetintdict.h" +#include "tqwidget.h" +#include "tqwidgetlist.h" +#include "tqwidgetintdict.h" #include "ntqptrdict.h" #include "ntqfocusdata.h" #include "ntqcursor.h" @@ -73,7 +73,7 @@ /*! - \class TQWidget ntqwidget.h + \class TQWidget tqwidget.h \brief The TQWidget class is the base class of all user interface objects. \ingroup abstractwidgets @@ -1773,7 +1773,7 @@ void TQWidget::setEnabled( bool enable ) // enforce the windows behavior of clearing the cursor on // disabled widgets - extern void tqt_x11_enforce_cursor( TQWidget * w ); // defined in qwidget_x11.cpp + extern void tqt_x11_enforce_cursor( TQWidget * w ); // defined in tqwidget_x11.cpp tqt_x11_enforce_cursor( this ); } #endif diff --git a/src/kernel/ntqwidget.h b/src/kernel/tqwidget.h index d328dd95d..d328dd95d 100644 --- a/src/kernel/ntqwidget.h +++ b/src/kernel/tqwidget.h diff --git a/src/kernel/qwidget_p.h b/src/kernel/tqwidget_p.h index b56b4960c..3f8d68235 100644 --- a/src/kernel/qwidget_p.h +++ b/src/kernel/tqwidget_p.h @@ -47,7 +47,7 @@ // ------------- // // This file is not part of the TQt API. It exists for the convenience -// of qapplication_*.cpp, qwidget*.cpp and qfiledialog.cpp. This header +// of qapplication_*.cpp, tqwidget*.cpp and qfiledialog.cpp. This header // file may change from version to version without notice, or even be removed. // // We mean it. diff --git a/src/kernel/qwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp index db3500cfe..88bed113c 100644 --- a/src/kernel/qwidget_x11.cpp +++ b/src/kernel/tqwidget_x11.cpp @@ -192,7 +192,7 @@ const uint stdDesktopEventMask = // X event mask /* - The qt_ functions below are implemented in qwidgetcreate_x11.cpp. + The qt_ functions below are implemented in tqwidgetcreate_x11.cpp. */ Window qt_XCreateWindow( const TQWidget *creator, diff --git a/src/kernel/qwidgetcreate_x11.cpp b/src/kernel/tqwidgetcreate_x11.cpp index 25a17ccb1..b34fe9613 100644 --- a/src/kernel/qwidgetcreate_x11.cpp +++ b/src/kernel/tqwidgetcreate_x11.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqwidget.h" +#include "tqwidget.h" #include "qt_x11_p.h" diff --git a/src/kernel/ntqwidgetintdict.h b/src/kernel/tqwidgetintdict.h index f5c924b23..8a4694804 100644 --- a/src/kernel/ntqwidgetintdict.h +++ b/src/kernel/tqwidgetintdict.h @@ -42,7 +42,7 @@ #define TQWIDGETINTDICT_H #ifndef QT_H -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqintdict.h" #endif // QT_H diff --git a/src/kernel/ntqwidgetlist.h b/src/kernel/tqwidgetlist.h index af912f812..bcd7637cf 100644 --- a/src/kernel/ntqwidgetlist.h +++ b/src/kernel/tqwidgetlist.h @@ -42,7 +42,7 @@ #define TQWIDGETLIST_H #ifndef QT_H -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqptrlist.h" #endif // QT_H |