diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /src/widgets | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/qt_widgets.pri | 12 | ||||
-rw-r--r-- | src/widgets/tqdialogbuttons.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqdockarea.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqdockarea.h | 2 | ||||
-rw-r--r-- | src/widgets/tqdockwindow.h | 2 | ||||
-rw-r--r-- | src/widgets/tqlistview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqsplashscreen.cpp (renamed from src/widgets/qsplashscreen.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqsplashscreen.h (renamed from src/widgets/ntqsplashscreen.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqsplitter.cpp (renamed from src/widgets/qsplitter.cpp) | 4 | ||||
-rw-r--r-- | src/widgets/tqsplitter.h (renamed from src/widgets/ntqsplitter.h) | 0 | ||||
-rw-r--r-- | src/widgets/tqwhatsthis.cpp | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri index 4d124e940..9cb2f4b55 100644 --- a/src/widgets/qt_widgets.pri +++ b/src/widgets/qt_widgets.pri @@ -38,9 +38,9 @@ widgets { $$WIDGETS_H/tqscrollbar.h \ $$WIDGETS_H/tqscrollview.h \ $$WIDGETS_H/tqslider.h \ - $$WIDGETS_H/ntqsplashscreen.h \ + $$WIDGETS_H/tqsplashscreen.h \ $$WIDGETS_H/tqspinbox.h \ - $$WIDGETS_H/ntqsplitter.h \ + $$WIDGETS_H/tqsplitter.h \ $$WIDGETS_H/tqstatusbar.h \ $$WIDGETS_H/tqtabbar.h \ $$WIDGETS_H/tqsyntaxhighlighter.h \ @@ -100,10 +100,10 @@ widgets { $$WIDGETS_CPP/tqscrollbar.cpp \ $$WIDGETS_CPP/tqscrollview.cpp \ $$WIDGETS_CPP/tqslider.cpp \ - $$WIDGETS_CPP/qsplashscreen.cpp \ + $$WIDGETS_CPP/tqsplashscreen.cpp \ $$WIDGETS_CPP/tqspinbox.cpp \ $$WIDGETS_CPP/tqspinwidget.cpp \ - $$WIDGETS_CPP/qsplitter.cpp \ + $$WIDGETS_CPP/tqsplitter.cpp \ $$WIDGETS_CPP/tqstatusbar.cpp \ $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \ $$WIDGETS_CPP/tqtabbar.cpp \ @@ -134,8 +134,8 @@ wince-* { HEADERS += $$WIDGETS_H/ce/qcemainwindow.h SOURCES -= $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \ - $$WIDGETS_CPP/qsplashscreen.cpp + $$WIDGETS_CPP/tqsplashscreen.cpp HEADERS -= $$WIDGETS_H/tqsyntaxhighlighter.h \ - $$WIDGETS_H/ntqsplashscreen.h + $$WIDGETS_H/tqsplashscreen.h } diff --git a/src/widgets/tqdialogbuttons.cpp b/src/widgets/tqdialogbuttons.cpp index cbc791ebb..12015bceb 100644 --- a/src/widgets/tqdialogbuttons.cpp +++ b/src/widgets/tqdialogbuttons.cpp @@ -43,7 +43,7 @@ #include <tqpushbutton.h> #include <tqguardedptr.h> #include <tqmap.h> -#include <ntqvariant.h> +#include <tqvariant.h> #ifndef TQT_NO_DIALOG #include <tqdialog.h> #endif // TQT_NO_DIALOG diff --git a/src/widgets/tqdockarea.cpp b/src/widgets/tqdockarea.cpp index b3133cfb5..0f14a33a7 100644 --- a/src/widgets/tqdockarea.cpp +++ b/src/widgets/tqdockarea.cpp @@ -41,7 +41,7 @@ #include "tqdockarea.h" #ifndef TQT_NO_MAINWINDOW -#include "ntqsplitter.h" +#include "tqsplitter.h" #include "tqlayout.h" #include "tqptrvector.h" #include "ntqapplication.h" diff --git a/src/widgets/tqdockarea.h b/src/widgets/tqdockarea.h index ff97e2a8f..a0a319a45 100644 --- a/src/widgets/tqdockarea.h +++ b/src/widgets/tqdockarea.h @@ -185,7 +185,7 @@ TQ_EXPORT TQTextStream &operator>>( TQTextStream &, TQDockArea & ); #endif #define Q_DEFINED_QDOCKAREA -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif #endif //TQT_NO_MAINWINDOW diff --git a/src/widgets/tqdockwindow.h b/src/widgets/tqdockwindow.h index ad5fa47e7..896b8709f 100644 --- a/src/widgets/tqdockwindow.h +++ b/src/widgets/tqdockwindow.h @@ -231,7 +231,7 @@ inline TQDockArea *TQDockWindow::area() const } #define Q_DEFINED_QDOCKWINDOW -#include "ntqwinexport.h" +#include "tqwinexport.h" #endif #endif // TQDOCKWINDOW_H diff --git a/src/widgets/tqlistview.cpp b/src/widgets/tqlistview.cpp index 084fcf203..54473b6c5 100644 --- a/src/widgets/tqlistview.cpp +++ b/src/widgets/tqlistview.cpp @@ -56,7 +56,7 @@ #include "tqcleanuphandler.h" #include "tqpixmapcache.h" #include "tqpopupmenu.h" -#include "ntqtl.h" +#include "tqtl.h" #include "tqdragobject.h" #include "tqlineedit.h" #include "tqvbox.h" diff --git a/src/widgets/qsplashscreen.cpp b/src/widgets/tqsplashscreen.cpp index b4ed5241e..78aa19869 100644 --- a/src/widgets/qsplashscreen.cpp +++ b/src/widgets/tqsplashscreen.cpp @@ -36,7 +36,7 @@ ** **********************************************************************/ -#include "ntqsplashscreen.h" +#include "tqsplashscreen.h" #ifndef TQT_NO_SPLASHSCREEN @@ -54,7 +54,7 @@ public: }; /*! - \class TQSplashScreen ntqsplashscreen.h + \class TQSplashScreen tqsplashscreen.h \brief The TQSplashScreen widget provides a splash screen that can be shown during application startup. diff --git a/src/widgets/ntqsplashscreen.h b/src/widgets/tqsplashscreen.h index 99b625f9f..99b625f9f 100644 --- a/src/widgets/ntqsplashscreen.h +++ b/src/widgets/tqsplashscreen.h diff --git a/src/widgets/qsplitter.cpp b/src/widgets/tqsplitter.cpp index 1e6699806..e9de06731 100644 --- a/src/widgets/qsplitter.cpp +++ b/src/widgets/tqsplitter.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqsplitter.h" +#include "tqsplitter.h" #ifndef TQT_NO_SPLITTER #include "tqlayout.h" @@ -206,7 +206,7 @@ TQCOORD TQSplitterLayoutStruct::getSizer( Orientation orient ) is also possible to reorder the widgets within the splitter using moveToFirst() and moveToLast(). - <img src=qsplitter-m.png> <img src=qsplitter-w.png> + <img src=tqsplitter-m.png> <img src=tqsplitter-w.png> \sa TQTabBar */ diff --git a/src/widgets/ntqsplitter.h b/src/widgets/tqsplitter.h index bd8aef13e..bd8aef13e 100644 --- a/src/widgets/ntqsplitter.h +++ b/src/widgets/tqsplitter.h diff --git a/src/widgets/tqwhatsthis.cpp b/src/widgets/tqwhatsthis.cpp index 242016454..4b38a43d5 100644 --- a/src/widgets/tqwhatsthis.cpp +++ b/src/widgets/tqwhatsthis.cpp @@ -45,7 +45,7 @@ #include "tqtimer.h" #include "tqptrdict.h" #include "tqtoolbutton.h" -#include "ntqshared.h" +#include "tqshared.h" #include "tqcursor.h" #include "tqbitmap.h" #include "tqtooltip.h" |