diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/styles/qmotifstyle.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/styles/qmotifstyle.cpp')
-rw-r--r-- | src/styles/qmotifstyle.cpp | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 89ea23316..ce25794f9 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -38,29 +38,29 @@ ** **********************************************************************/ -#include "qmotifstyle.h" +#include "ntqmotifstyle.h" #if !defined(QT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) -#include "qpopupmenu.h" -#include "qapplication.h" -#include "qpainter.h" -#include "qdrawutil.h" -#include "qpixmap.h" -#include "qpalette.h" -#include "qwidget.h" -#include "qpushbutton.h" -#include "qscrollbar.h" -#include "qtabbar.h" -#include "qtabwidget.h" -#include "qlistview.h" -#include "qsplitter.h" -#include "qslider.h" -#include "qcombobox.h" -#include "qdockwindow.h" -#include "qdockarea.h" -#include "qprogressbar.h" -#include "qimage.h" +#include "ntqpopupmenu.h" +#include "ntqapplication.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqpixmap.h" +#include "ntqpalette.h" +#include "ntqwidget.h" +#include "ntqpushbutton.h" +#include "ntqscrollbar.h" +#include "ntqtabbar.h" +#include "ntqtabwidget.h" +#include "ntqlistview.h" +#include "ntqsplitter.h" +#include "ntqslider.h" +#include "ntqcombobox.h" +#include "ntqdockwindow.h" +#include "ntqdockarea.h" +#include "ntqprogressbar.h" +#include "ntqimage.h" #include <limits.h> @@ -77,7 +77,7 @@ static const int motifCheckMarkSpace = 12; /*! - \class TQMotifStyle qmotifstyle.h + \class TQMotifStyle ntqmotifstyle.h \brief The TQMotifStyle class provides Motif look and feel. \ingroup appearance |