summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-31 18:33:50 +0900
committerMichele Calgaro <[email protected]>2024-08-31 18:41:44 +0900
commite42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch)
tree1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /src/dialogs
parent0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff)
downloadtqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz
tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/qinputdialog.cpp2
-rw-r--r--src/dialogs/qt_dialogs.pri4
-rw-r--r--src/dialogs/tqcolordialog.cpp4
-rw-r--r--src/dialogs/tqdialog.cpp2
-rw-r--r--src/dialogs/tqerrormessage.cpp (renamed from src/dialogs/qerrormessage.cpp)4
-rw-r--r--src/dialogs/tqerrormessage.h (renamed from src/dialogs/ntqerrormessage.h)0
-rw-r--r--src/dialogs/tqfontdialog.cpp2
-rw-r--r--src/dialogs/tqprogressdialog.cpp2
8 files changed, 10 insertions, 10 deletions
diff --git a/src/dialogs/qinputdialog.cpp b/src/dialogs/qinputdialog.cpp
index 8d61ec333..a459846df 100644
--- a/src/dialogs/qinputdialog.cpp
+++ b/src/dialogs/qinputdialog.cpp
@@ -49,7 +49,7 @@
#include "tqspinbox.h"
#include "tqcombobox.h"
#include "tqwidgetstack.h"
-#include "ntqvalidator.h"
+#include "tqvalidator.h"
#include "ntqapplication.h"
class TQInputDialogPrivate
diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri
index 723b7ba89..4957a1e70 100644
--- a/src/dialogs/qt_dialogs.pri
+++ b/src/dialogs/qt_dialogs.pri
@@ -5,7 +5,7 @@ dialogs {
HEADERS += $$DIALOGS_H/tqcolordialog.h \
$$DIALOGS_H/tqdialog.h \
- $$DIALOGS_H/ntqerrormessage.h \
+ $$DIALOGS_H/tqerrormessage.h \
$$DIALOGS_H/tqfiledialog.h \
$$DIALOGS_H/tqfontdialog.h \
$$DIALOGS_H/ntqmessagebox.h \
@@ -21,7 +21,7 @@ dialogs {
SOURCES += $$DIALOGS_CPP/tqcolordialog.cpp \
$$DIALOGS_CPP/tqdialog.cpp \
- $$DIALOGS_CPP/qerrormessage.cpp \
+ $$DIALOGS_CPP/tqerrormessage.cpp \
$$DIALOGS_CPP/tqfiledialog.cpp \
$$DIALOGS_CPP/tqfontdialog.cpp \
$$DIALOGS_CPP/qmessagebox.cpp \
diff --git a/src/dialogs/tqcolordialog.cpp b/src/dialogs/tqcolordialog.cpp
index 56f610036..feaefb010 100644
--- a/src/dialogs/tqcolordialog.cpp
+++ b/src/dialogs/tqcolordialog.cpp
@@ -49,8 +49,8 @@
#include "tqlineedit.h"
#include "tqimage.h"
#include "tqpixmap.h"
-#include "ntqdrawutil.h"
-#include "ntqvalidator.h"
+#include "tqdrawutil.h"
+#include "tqvalidator.h"
#include "tqdragobject.h"
#include "tqgridview.h"
#include "ntqapplication.h"
diff --git a/src/dialogs/tqdialog.cpp b/src/dialogs/tqdialog.cpp
index 8b1298728..1f620cb6a 100644
--- a/src/dialogs/tqdialog.cpp
+++ b/src/dialogs/tqdialog.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_DIALOG
#include "tqpushbutton.h"
-#include "ntqfocusdata.h"
+#include "tqfocusdata.h"
#include "ntqapplication.h"
#include "tqobjectlist.h"
#include "tqwidgetlist.h"
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/tqerrormessage.cpp
index 53691afe7..2caa09498 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/tqerrormessage.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqerrormessage.h"
+#include "tqerrormessage.h"
#ifndef TQT_NO_ERRORMESSAGE
@@ -102,7 +102,7 @@ In both cases TQErrorMessage will queue pending messages, and display
them (or not) in order, as soon as the user presses Enter or clicks OK
after seeing each message.
-\img qerrormessage.png
+\img tqerrormessage.png
\sa TQMessageBox TQStatusBar::message()
*/
diff --git a/src/dialogs/ntqerrormessage.h b/src/dialogs/tqerrormessage.h
index 21e12a488..21e12a488 100644
--- a/src/dialogs/ntqerrormessage.h
+++ b/src/dialogs/tqerrormessage.h
diff --git a/src/dialogs/tqfontdialog.cpp b/src/dialogs/tqfontdialog.cpp
index d7a39390e..e16148a7b 100644
--- a/src/dialogs/tqfontdialog.cpp
+++ b/src/dialogs/tqfontdialog.cpp
@@ -57,7 +57,7 @@
#include "tqfontdatabase.h"
#include "tqstyle.h"
#include <private/tqfontdata_p.h>
-#include <ntqvalidator.h>
+#include <tqvalidator.h>
#ifdef TQ_WS_X11
#include "private/tqttdeintegration_x11_p.h"
diff --git a/src/dialogs/tqprogressdialog.cpp b/src/dialogs/tqprogressdialog.cpp
index c8a164d1f..27d2f78bf 100644
--- a/src/dialogs/tqprogressdialog.cpp
+++ b/src/dialogs/tqprogressdialog.cpp
@@ -44,7 +44,7 @@
#include "tqaccel.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqdatetime.h"
#include "ntqapplication.h"
#include "tqstyle.h"