diff options
Diffstat (limited to 'src/styles/qsgistyle.cpp')
-rw-r--r-- | src/styles/qsgistyle.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index 8fd36f70e..914c508b0 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -42,7 +42,7 @@ #if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN) -#include "ntqpopupmenu.h" +#include "tqpopupmenu.h" #include "ntqapplication.h" #include "ntqbutton.h" #include "ntqpainter.h" @@ -55,9 +55,9 @@ #include "ntqcombobox.h" #include "ntqslider.h" #include "tqtextedit.h" -#include "ntqtoolbar.h" +#include "tqtoolbar.h" #include "ntqlineedit.h" -#include "ntqmenubar.h" +#include "tqmenubar.h" #include <limits.h> #ifndef TQT_NO_SLIDER |