summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-02 21:37:22 +0900
committerMichele Calgaro <[email protected]>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /src/dialogs
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/qcolordialog.cpp2
-rw-r--r--src/dialogs/qdialog.cpp4
-rw-r--r--src/dialogs/qfiledialog.cpp6
3 files changed, 6 insertions, 6 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp
index 4678494d0..b46702fe8 100644
--- a/src/dialogs/qcolordialog.cpp
+++ b/src/dialogs/qcolordialog.cpp
@@ -56,7 +56,7 @@
#include "ntqapplication.h"
#include "tqstyle.h"
#include "ntqsettings.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#ifdef TQ_WS_MAC
TQRgb macGetRgba( TQRgb initial, bool *ok, TQWidget *parent, const char* name );
diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp
index 6175cc051..46844a568 100644
--- a/src/dialogs/qdialog.cpp
+++ b/src/dialogs/qdialog.cpp
@@ -48,9 +48,9 @@
#include "tqobjectlist.h"
#include "tqwidgetlist.h"
#include "ntqlayout.h"
-#include "ntqsizegrip.h"
+#include "tqsizegrip.h"
#include "ntqwhatsthis.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqcursor.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index 983c817d3..a51077dfe 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -80,7 +80,7 @@
#include "ntqnetworkprotocol.h"
#include "tqobjectlist.h"
#include "ntqpainter.h"
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqprogressbar.h"
#include "tqptrvector.h"
#include "ntqpushbutton.h"
@@ -89,8 +89,8 @@
#include "tqstrlist.h"
#include "tqstyle.h"
#include "tqtimer.h"
-#include "ntqtoolbutton.h"
-#include "ntqtooltip.h"
+#include "tqtoolbutton.h"
+#include "tqtooltip.h"
#include "ntqvbox.h"
#include "tqwidgetstack.h"