summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-13 21:16:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-13 21:16:04 +0900
commit872192923463820529e6e77963afb4bfcfb5ce53 (patch)
treebf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /src/widgets
parent6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff)
downloadtqt3-872192923463820529e6e77963afb4bfcfb5ce53.tar.gz
tqt3-872192923463820529e6e77963afb4bfcfb5ce53.zip
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/qt_widgets.pri6
-rw-r--r--src/widgets/tqbutton.cpp2
-rw-r--r--src/widgets/tqcombobox.cpp2
-rw-r--r--src/widgets/tqdatetimeedit.cpp4
-rw-r--r--src/widgets/tqdockwindow.cpp2
-rw-r--r--src/widgets/tqeffects.cpp (renamed from src/widgets/qeffects.cpp)4
-rw-r--r--src/widgets/tqeffects_p.h (renamed from src/widgets/qeffects_p.h)2
-rw-r--r--src/widgets/tqiconview.cpp2
-rw-r--r--src/widgets/tqlineedit.cpp2
-rw-r--r--src/widgets/tqlistview.cpp2
-rw-r--r--src/widgets/tqmenubar.cpp2
-rw-r--r--src/widgets/tqmultilineedit.cpp2
-rw-r--r--src/widgets/tqpopupmenu.cpp2
-rw-r--r--src/widgets/tqprogressbar.cpp2
-rw-r--r--src/widgets/tqsyntaxhighlighter.cpp2
-rw-r--r--src/widgets/tqsyntaxhighlighter_p.h2
-rw-r--r--src/widgets/tqtabbar.cpp2
-rw-r--r--src/widgets/tqtextbrowser.cpp2
-rw-r--r--src/widgets/tqtextedit.cpp4
-rw-r--r--src/widgets/tqtitlebar.cpp (renamed from src/widgets/qtitlebar.cpp)4
-rw-r--r--src/widgets/tqtitlebar_p.h (renamed from src/widgets/qtitlebar_p.h)0
-rw-r--r--src/widgets/tqtooltip.cpp2
-rw-r--r--src/widgets/tqwidgetinterface_p.h2
23 files changed, 28 insertions, 28 deletions
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index 9cb2f4b5..48927927 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -46,7 +46,7 @@ widgets {
$$WIDGETS_H/tqsyntaxhighlighter.h \
$$WIDGETS_P/tqsyntaxhighlighter_p.h \
$$WIDGETS_H/tqtabwidget.h \
- $$WIDGETS_P/qtitlebar_p.h \
+ $$WIDGETS_P/tqtitlebar_p.h \
$$WIDGETS_H/tqtoolbar.h \
$$WIDGETS_H/tqtoolbox.h \
$$WIDGETS_H/tqtoolbutton.h \
@@ -108,7 +108,7 @@ widgets {
$$WIDGETS_CPP/tqsyntaxhighlighter.cpp \
$$WIDGETS_CPP/tqtabbar.cpp \
$$WIDGETS_CPP/tqtabwidget.cpp \
- $$WIDGETS_CPP/qtitlebar.cpp \
+ $$WIDGETS_CPP/tqtitlebar.cpp \
$$WIDGETS_CPP/tqtoolbar.cpp \
$$WIDGETS_CPP/tqtoolbox.cpp \
$$WIDGETS_CPP/tqtoolbutton.cpp \
@@ -121,7 +121,7 @@ widgets {
$$WIDGETS_CPP/tqwidgetstack.cpp \
$$WIDGETS_CPP/tqaction.cpp \
$$WIDGETS_CPP/tqdatetimeedit.cpp \
- $$WIDGETS_CPP/qeffects.cpp \
+ $$WIDGETS_CPP/tqeffects.cpp \
$$WIDGETS_CPP/tqtextview.cpp \
$$WIDGETS_CPP/tqtextbrowser.cpp \
$$WIDGETS_CPP/tqtextedit.cpp \
diff --git a/src/widgets/tqbutton.cpp b/src/widgets/tqbutton.cpp
index 333ff627..088f9cc6 100644
--- a/src/widgets/tqbutton.cpp
+++ b/src/widgets/tqbutton.cpp
@@ -50,7 +50,7 @@
#include "tqpushbutton.h"
#include "tqradiobutton.h"
#include "tqguardedptr.h"
-#include "../kernel/qinternal_p.h"
+#include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h"
diff --git a/src/widgets/tqcombobox.cpp b/src/widgets/tqcombobox.cpp
index cc97ffed..1f0ff2e9 100644
--- a/src/widgets/tqcombobox.cpp
+++ b/src/widgets/tqcombobox.cpp
@@ -50,7 +50,7 @@
#include "ntqapplication.h"
#include "tqlineedit.h"
#include "tqbitmap.h"
-#include "qeffects_p.h"
+#include "tqeffects_p.h"
#include "tqstringlist.h"
#include "tqcombobox.h"
#include "tqstyle.h"
diff --git a/src/widgets/tqdatetimeedit.cpp b/src/widgets/tqdatetimeedit.cpp
index 6e32d3aa..a01a1469 100644
--- a/src/widgets/tqdatetimeedit.cpp
+++ b/src/widgets/tqdatetimeedit.cpp
@@ -42,8 +42,8 @@
#ifndef TQT_NO_DATETIMEEDIT
-#include "../kernel/qinternal_p.h"
-#include "../kernel/qrichtext_p.h"
+#include "../kernel/tqinternal_p.h"
+#include "../kernel/tqrichtext_p.h"
#include "tqrangecontrol.h"
#include "ntqapplication.h"
#include "tqpixmap.h"
diff --git a/src/widgets/tqdockwindow.cpp b/src/widgets/tqdockwindow.cpp
index 4bfe58a8..e07a550a 100644
--- a/src/widgets/tqdockwindow.cpp
+++ b/src/widgets/tqdockwindow.cpp
@@ -44,7 +44,7 @@
#include "tqdesktopwidget.h"
#include "tqdockarea.h"
#include "tqwidgetresizehandler_p.h"
-#include "qtitlebar_p.h"
+#include "tqtitlebar_p.h"
#include "tqpainter.h"
#include "ntqapplication.h"
#include "tqtoolbutton.h"
diff --git a/src/widgets/qeffects.cpp b/src/widgets/tqeffects.cpp
index 5fce0e85..79245611 100644
--- a/src/widgets/qeffects.cpp
+++ b/src/widgets/tqeffects.cpp
@@ -41,7 +41,7 @@
#include "ntqapplication.h"
#ifndef TQT_NO_EFFECTS
#include "tqwidget.h"
-#include "qeffects_p.h"
+#include "tqeffects_p.h"
#include "tqpixmap.h"
#include "tqimage.h"
#include "tqtimer.h"
@@ -620,7 +620,7 @@ void TQRollEffect::scroll()
Delete this after timeout
*/
-#include "qeffects.moc"
+#include "tqeffects.moc"
/*!
Scroll widget \a w in \a time ms. \a orient may be 1 (vertical), 2
diff --git a/src/widgets/qeffects_p.h b/src/widgets/tqeffects_p.h
index 4d9845c0..6dad1b23 100644
--- a/src/widgets/qeffects_p.h
+++ b/src/widgets/tqeffects_p.h
@@ -47,7 +47,7 @@
// -------------
//
// This file is not part of the TQt API. It exists for the convenience
-// of qeffects.cpp, tqcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp.
+// of tqeffects.cpp, tqcombobox.cpp, tqpopupmenu.cpp and tqtooltip.cpp.
// This header file may change from version to version without notice,
// or even be removed.
//
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp
index 35b144b8..7af1babc 100644
--- a/src/widgets/tqiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -69,7 +69,7 @@
#include "tqptrdict.h"
#include "tqstringlist.h"
#include "tqcleanuphandler.h"
-#include "private/qrichtext_p.h"
+#include "private/tqrichtext_p.h"
#include "tqstyle.h"
#include <limits.h>
diff --git a/src/widgets/tqlineedit.cpp b/src/widgets/tqlineedit.cpp
index 150e7f1d..46b1df64 100644
--- a/src/widgets/tqlineedit.cpp
+++ b/src/widgets/tqlineedit.cpp
@@ -60,7 +60,7 @@
#include "tqguardedptr.h"
#include "tqstyle.h"
#include "tqwhatsthis.h"
-#include "../kernel/qinternal_p.h"
+#include "../kernel/tqinternal_p.h"
#include "private/tqtextlayout_p.h"
#include "tqvaluevector.h"
#if defined(Q_OS_LINUX)
diff --git a/src/widgets/tqlistview.cpp b/src/widgets/tqlistview.cpp
index 54473b6c..477743c2 100644
--- a/src/widgets/tqlistview.cpp
+++ b/src/widgets/tqlistview.cpp
@@ -63,7 +63,7 @@
#include "tqtooltip.h"
#include "tqstyle.h"
#include "tqstylesheet.h"
-#include "../kernel/qinternal_p.h"
+#include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h"
#endif
diff --git a/src/widgets/tqmenubar.cpp b/src/widgets/tqmenubar.cpp
index 8bedca7a..8577bda5 100644
--- a/src/widgets/tqmenubar.cpp
+++ b/src/widgets/tqmenubar.cpp
@@ -52,7 +52,7 @@
#include "tqguardedptr.h"
#include "tqlayout.h"
#include "tqcleanuphandler.h"
-#include "../kernel/qinternal_p.h"
+#include "../kernel/tqinternal_p.h"
#include "tqstyle.h"
#include "tqtimer.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/tqmultilineedit.cpp b/src/widgets/tqmultilineedit.cpp
index 8311291b..1ee4b712 100644
--- a/src/widgets/tqmultilineedit.cpp
+++ b/src/widgets/tqmultilineedit.cpp
@@ -51,7 +51,7 @@
#include "tqpopupmenu.h"
#include "tqtimer.h"
#include "tqdict.h"
-#include "../kernel/qrichtext_p.h"
+#include "../kernel/tqrichtext_p.h"
/*!
diff --git a/src/widgets/tqpopupmenu.cpp b/src/widgets/tqpopupmenu.cpp
index 2e68598d..e614a328 100644
--- a/src/widgets/tqpopupmenu.cpp
+++ b/src/widgets/tqpopupmenu.cpp
@@ -51,7 +51,7 @@
#include "tqwhatsthis.h"
#include "tqobjectlist.h"
#include "tqguardedptr.h"
-#include "qeffects_p.h"
+#include "tqeffects_p.h"
#include "tqcursor.h"
#include "tqstyle.h"
#include "tqtimer.h"
diff --git a/src/widgets/tqprogressbar.cpp b/src/widgets/tqprogressbar.cpp
index 7efa4ce4..2b3f5074 100644
--- a/src/widgets/tqprogressbar.cpp
+++ b/src/widgets/tqprogressbar.cpp
@@ -45,7 +45,7 @@
#include "tqpixmap.h"
#include "tqstyle.h"
#include "tqwmatrix.h"
-#include "../kernel/qinternal_p.h"
+#include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h"
#endif
diff --git a/src/widgets/tqsyntaxhighlighter.cpp b/src/widgets/tqsyntaxhighlighter.cpp
index 223f7930..f124b7ce 100644
--- a/src/widgets/tqsyntaxhighlighter.cpp
+++ b/src/widgets/tqsyntaxhighlighter.cpp
@@ -42,7 +42,7 @@
#include "private/tqsyntaxhighlighter_p.h"
#ifndef TQT_NO_SYNTAXHIGHLIGHTER
-#include "../kernel/qrichtext_p.h"
+#include "../kernel/tqrichtext_p.h"
#include "tqtextedit.h"
#include "tqtimer.h"
diff --git a/src/widgets/tqsyntaxhighlighter_p.h b/src/widgets/tqsyntaxhighlighter_p.h
index c4d7deab..c72094f9 100644
--- a/src/widgets/tqsyntaxhighlighter_p.h
+++ b/src/widgets/tqsyntaxhighlighter_p.h
@@ -43,7 +43,7 @@
#ifndef TQT_NO_SYNTAXHIGHLIGHTER
#include "tqsyntaxhighlighter.h"
-#include "private/qrichtext_p.h"
+#include "private/tqrichtext_p.h"
class TQSyntaxHighlighterPrivate
{
diff --git a/src/widgets/tqtabbar.cpp b/src/widgets/tqtabbar.cpp
index 7c9ebb2c..cba1906c 100644
--- a/src/widgets/tqtabbar.cpp
+++ b/src/widgets/tqtabbar.cpp
@@ -47,7 +47,7 @@
#include "tqpainter.h"
#include "tqiconset.h"
#include "tqcursor.h"
-#include "../kernel/qinternal_p.h"
+#include "../kernel/tqinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "tqaccessible.h"
#endif
diff --git a/src/widgets/tqtextbrowser.cpp b/src/widgets/tqtextbrowser.cpp
index 69ae10d5..161757d1 100644
--- a/src/widgets/tqtextbrowser.cpp
+++ b/src/widgets/tqtextbrowser.cpp
@@ -40,7 +40,7 @@
#include "tqtextbrowser.h"
#ifndef TQT_NO_TEXTBROWSER
-#include "../kernel/qrichtext_p.h"
+#include "../kernel/tqrichtext_p.h"
#include "ntqapplication.h"
#include "tqlayout.h"
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp
index 2c8bf3ba..baddd23c 100644
--- a/src/widgets/tqtextedit.cpp
+++ b/src/widgets/tqtextedit.cpp
@@ -47,7 +47,7 @@
#include "tqinputcontext.h"
#endif
-#include "../kernel/qrichtext_p.h"
+#include "../kernel/tqrichtext_p.h"
#include "tqpainter.h"
#include "tqpen.h"
#include "tqbrush.h"
@@ -74,7 +74,7 @@
#include "tqptrstack.h"
#include "tqmetaobject.h"
#include "tqtextbrowser.h"
-#include <private/qucom_p.h>
+#include <private/tqucom_p.h>
#include "private/tqsyntaxhighlighter_p.h"
#include <tqguardedptr.h>
diff --git a/src/widgets/qtitlebar.cpp b/src/widgets/tqtitlebar.cpp
index f0aa7bce..83bb8c12 100644
--- a/src/widgets/qtitlebar.cpp
+++ b/src/widgets/tqtitlebar.cpp
@@ -40,7 +40,7 @@
#include "qplatformdefs.h"
-#include "qtitlebar_p.h"
+#include "tqtitlebar_p.h"
#ifndef TQT_NO_TITLEBAR
@@ -54,7 +54,7 @@
#include "tqtimer.h"
#include "tqpainter.h"
#include "tqstyle.h"
-#include "private/qinternal_p.h"
+#include "private/tqinternal_p.h"
#ifndef TQT_NO_WORKSPACE
#include "tqworkspace.h"
#endif
diff --git a/src/widgets/qtitlebar_p.h b/src/widgets/tqtitlebar_p.h
index e3d20023..e3d20023 100644
--- a/src/widgets/qtitlebar_p.h
+++ b/src/widgets/tqtitlebar_p.h
diff --git a/src/widgets/tqtooltip.cpp b/src/widgets/tqtooltip.cpp
index ee0a097f..e044be6e 100644
--- a/src/widgets/tqtooltip.cpp
+++ b/src/widgets/tqtooltip.cpp
@@ -43,7 +43,7 @@
#include "ntqapplication.h"
#include "tqguardedptr.h"
#include "tqtimer.h"
-#include "qeffects_p.h"
+#include "tqeffects_p.h"
static bool globally_enabled = TRUE;
diff --git a/src/widgets/tqwidgetinterface_p.h b/src/widgets/tqwidgetinterface_p.h
index 28986af3..81a158cc 100644
--- a/src/widgets/tqwidgetinterface_p.h
+++ b/src/widgets/tqwidgetinterface_p.h
@@ -52,7 +52,7 @@
//
#ifndef QT_H
-#include <private/qcom_p.h>
+#include <private/tqcom_p.h>
#include "tqiconset.h"
#endif // QT_H