diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/styles/qsgistyle.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/styles/qsgistyle.cpp')
-rw-r--r-- | src/styles/qsgistyle.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index f17562eb7..e09b4aa30 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -38,26 +38,26 @@ ** **********************************************************************/ -#include "qsgistyle.h" +#include "ntqsgistyle.h" #if !defined(QT_NO_STYLE_SGI) || defined(QT_PLUGIN) -#include "qpopupmenu.h" -#include "qapplication.h" -#include "qbutton.h" -#include "qpainter.h" -#include "qdrawutil.h" -#include "qpixmap.h" -#include "qpalette.h" -#include "qwidget.h" -#include "qpushbutton.h" -#include "qscrollbar.h" -#include "qcombobox.h" -#include "qslider.h" -#include "qtextedit.h" -#include "qtoolbar.h" -#include "qlineedit.h" -#include "qmenubar.h" +#include "ntqpopupmenu.h" +#include "ntqapplication.h" +#include "ntqbutton.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqpixmap.h" +#include "ntqpalette.h" +#include "ntqwidget.h" +#include "ntqpushbutton.h" +#include "ntqscrollbar.h" +#include "ntqcombobox.h" +#include "ntqslider.h" +#include "ntqtextedit.h" +#include "ntqtoolbar.h" +#include "ntqlineedit.h" +#include "ntqmenubar.h" #include <limits.h> #ifndef QT_NO_SLIDER @@ -97,7 +97,7 @@ public: }; /*! - \class TQSGIStyle qsgistyle.h + \class TQSGIStyle ntqsgistyle.h \brief The TQSGIStyle class provides SGI/Irix look and feel. \ingroup appearance |