diff options
Diffstat (limited to 'src/styles/qmotifplusstyle.cpp')
-rw-r--r-- | src/styles/qmotifplusstyle.cpp | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index a3ff8aeb6..528e6dce8 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -38,28 +38,28 @@ ** **********************************************************************/ -#include "qmotifplusstyle.h" +#include "ntqmotifplusstyle.h" #if !defined(QT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) -#include "qmenubar.h" -#include "qapplication.h" -#include "qpainter.h" -#include "qpalette.h" -#include "qframe.h" -#include "qpushbutton.h" -#include "qcheckbox.h" -#include "qradiobutton.h" -#include "qcombobox.h" -#include "qlineedit.h" -#include "qspinbox.h" -#include "qslider.h" -#include "qdrawutil.h" -#include "qscrollbar.h" -#include "qtabbar.h" -#include "qtoolbar.h" -#include "qguardedptr.h" -#include "qlayout.h" +#include "ntqmenubar.h" +#include "ntqapplication.h" +#include "ntqpainter.h" +#include "ntqpalette.h" +#include "ntqframe.h" +#include "ntqpushbutton.h" +#include "ntqcheckbox.h" +#include "ntqradiobutton.h" +#include "ntqcombobox.h" +#include "ntqlineedit.h" +#include "ntqspinbox.h" +#include "ntqslider.h" +#include "ntqdrawutil.h" +#include "ntqscrollbar.h" +#include "ntqtabbar.h" +#include "ntqtoolbar.h" +#include "ntqguardedptr.h" +#include "ntqlayout.h" struct TQMotifPlusStylePrivate @@ -132,7 +132,7 @@ static void drawMotifPlusShade(TQPainter *p, /*! - \class TQMotifPlusStyle qmotifplusstyle.h + \class TQMotifPlusStyle ntqmotifplusstyle.h \brief The TQMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. \ingroup appearance |