diff options
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 |