From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/kernel/qsizegrip.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/kernel/qsizegrip.cpp') diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/qsizegrip.cpp index c0de2643c..decff43a7 100644 --- a/src/kernel/qsizegrip.cpp +++ b/src/kernel/qsizegrip.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qsizegrip.h" +#include "ntqsizegrip.h" #ifndef QT_NO_SIZEGRIP -#include "qpainter.h" -#include "qapplication.h" -#include "qstyle.h" +#include "ntqpainter.h" +#include "ntqapplication.h" +#include "ntqstyle.h" #if defined(Q_WS_X11) #include "qt_x11_p.h" extern Atom qt_sizegrip; // defined in qapplication_x11.cpp #elif defined (Q_WS_WIN ) -#include "qobjectlist.h" +#include "ntqobjectlist.h" #include "qt_windows.h" #elif defined(Q_WS_MAC) bool qt_mac_update_sizer(TQWidget *, int); //qwidget_mac.cpp @@ -79,7 +79,7 @@ static TQWidget* qt_sizegrip_workspace( TQWidget* w ) /*! - \class TQSizeGrip qsizegrip.h + \class TQSizeGrip ntqsizegrip.h \brief The TQSizeGrip class provides a corner-grip for resizing a top-level window. -- cgit v1.2.1