diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 | 
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /src/styles | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa.tar.gz tqt-397b7afa.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/tqcommonstyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqinterlacestyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqmotifplusstyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqmotifstyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqplatinumstyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqsgistyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqstylefactory.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqwindowsstyle.cpp | 2 | 
8 files changed, 8 insertions, 8 deletions
| diff --git a/src/styles/tqcommonstyle.cpp b/src/styles/tqcommonstyle.cpp index 02b878c38..a18604f48 100644 --- a/src/styles/tqcommonstyle.cpp +++ b/src/styles/tqcommonstyle.cpp @@ -44,7 +44,7 @@  #include "tqmutex.h"  #include "tqmenubar.h" -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqpainter.h"  #include "tqdrawutil.h"  #include "tqpixmap.h" diff --git a/src/styles/tqinterlacestyle.cpp b/src/styles/tqinterlacestyle.cpp index 3c86f0638..a0cd70c58 100644 --- a/src/styles/tqinterlacestyle.cpp +++ b/src/styles/tqinterlacestyle.cpp @@ -44,7 +44,7 @@  #if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqpainter.h"  #include "tqdrawutil.h" // for now  #include "tqpalette.h" // for now diff --git a/src/styles/tqmotifplusstyle.cpp b/src/styles/tqmotifplusstyle.cpp index 2d65a7c4f..6c9075495 100644 --- a/src/styles/tqmotifplusstyle.cpp +++ b/src/styles/tqmotifplusstyle.cpp @@ -43,7 +43,7 @@  #if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN)  #include "tqmenubar.h" -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqpainter.h"  #include "tqpalette.h"  #include "tqframe.h" diff --git a/src/styles/tqmotifstyle.cpp b/src/styles/tqmotifstyle.cpp index d2248e83f..5e71d6813 100644 --- a/src/styles/tqmotifstyle.cpp +++ b/src/styles/tqmotifstyle.cpp @@ -43,7 +43,7 @@  #if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN)  #include "tqpopupmenu.h" -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqpainter.h"  #include "tqdrawutil.h"  #include "tqpixmap.h" diff --git a/src/styles/tqplatinumstyle.cpp b/src/styles/tqplatinumstyle.cpp index 2a2ad20fb..4050f075e 100644 --- a/src/styles/tqplatinumstyle.cpp +++ b/src/styles/tqplatinumstyle.cpp @@ -42,7 +42,7 @@  #if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqcombobox.h"  #include "tqdrawutil.h"  #include "tqpainter.h" diff --git a/src/styles/tqsgistyle.cpp b/src/styles/tqsgistyle.cpp index c02b64d20..3574dc0d0 100644 --- a/src/styles/tqsgistyle.cpp +++ b/src/styles/tqsgistyle.cpp @@ -43,7 +43,7 @@  #if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN)  #include "tqpopupmenu.h" -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqbutton.h"  #include "tqpainter.h"  #include "tqdrawutil.h" diff --git a/src/styles/tqstylefactory.cpp b/src/styles/tqstylefactory.cpp index d66fbe72d..05418b275 100644 --- a/src/styles/tqstylefactory.cpp +++ b/src/styles/tqstylefactory.cpp @@ -43,7 +43,7 @@  #ifndef TQT_NO_STYLE -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqwindowsstyle.h"  #include "tqmotifstyle.h"  #include "tqcdestyle.h" diff --git a/src/styles/tqwindowsstyle.cpp b/src/styles/tqwindowsstyle.cpp index 03fc62dd5..02bd43720 100644 --- a/src/styles/tqwindowsstyle.cpp +++ b/src/styles/tqwindowsstyle.cpp @@ -43,7 +43,7 @@  #if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN)  #include "tqpopupmenu.h" -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqpainter.h"  #include "tqdrawutil.h" // for now  #include "tqpixmap.h" // for now | 
