summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/ntqprogressdialog.h2
-rw-r--r--src/dialogs/qdialog.cpp2
-rw-r--r--src/dialogs/qerrormessage.cpp2
-rw-r--r--src/dialogs/qinputdialog.cpp2
-rw-r--r--src/dialogs/qmessagebox.cpp2
-rw-r--r--src/dialogs/qprintdialog.cpp2
-rw-r--r--src/dialogs/qwizard.cpp2
-rw-r--r--src/dialogs/tqcolordialog.cpp2
-rw-r--r--src/dialogs/tqfiledialog.cpp2
-rw-r--r--src/dialogs/tqfontdialog.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/dialogs/ntqprogressdialog.h b/src/dialogs/ntqprogressdialog.h
index eb5e065a1..dc32aa390 100644
--- a/src/dialogs/ntqprogressdialog.h
+++ b/src/dialogs/ntqprogressdialog.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqdialog.h"
-#include "ntqlabel.h" // ### remove or keep for users' convenience?
+#include "tqlabel.h" // ### remove or keep for users' convenience?
#include "ntqprogressbar.h" // ### remove or keep for users' convenience?
#endif // QT_H
diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp
index 46844a568..9f1f624a9 100644
--- a/src/dialogs/qdialog.cpp
+++ b/src/dialogs/qdialog.cpp
@@ -49,7 +49,7 @@
#include "tqwidgetlist.h"
#include "ntqlayout.h"
#include "tqsizegrip.h"
-#include "ntqwhatsthis.h"
+#include "tqwhatsthis.h"
#include "tqpopupmenu.h"
#include "ntqcursor.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp
index 116712ec1..5d21cf717 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/qerrormessage.cpp
@@ -45,7 +45,7 @@
#include "ntqapplication.h"
#include "ntqcheckbox.h"
#include "tqdict.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqlayout.h"
#include "ntqmessagebox.h"
#include "ntqpushbutton.h"
diff --git a/src/dialogs/qinputdialog.cpp b/src/dialogs/qinputdialog.cpp
index 084039c7a..6e8e7627c 100644
--- a/src/dialogs/qinputdialog.cpp
+++ b/src/dialogs/qinputdialog.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_INPUTDIALOG
#include "ntqlayout.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqlineedit.h"
#include "ntqpushbutton.h"
#include "ntqspinbox.h"
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp
index e0bbae0cf..a80a26886 100644
--- a/src/dialogs/qmessagebox.cpp
+++ b/src/dialogs/qmessagebox.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_MESSAGEBOX
#include "ntqaccel.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqpushbutton.h"
#include "tqimage.h"
#include "ntqapplication.h"
diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp
index 42efc6e81..0fc6f6935 100644
--- a/src/dialogs/qprintdialog.cpp
+++ b/src/dialogs/qprintdialog.cpp
@@ -47,7 +47,7 @@
#include "tqtextstream.h"
#include "ntqcombobox.h"
#include "ntqframe.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqlineedit.h"
#include "ntqpushbutton.h"
#include "tqprinter.h"
diff --git a/src/dialogs/qwizard.cpp b/src/dialogs/qwizard.cpp
index 3f8371ea7..6669a4e7a 100644
--- a/src/dialogs/qwizard.cpp
+++ b/src/dialogs/qwizard.cpp
@@ -45,7 +45,7 @@
#include "ntqlayout.h"
#include "ntqpushbutton.h"
#include "ntqcursor.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "tqwidgetstack.h"
#include "ntqapplication.h"
#include "tqptrlist.h"
diff --git a/src/dialogs/tqcolordialog.cpp b/src/dialogs/tqcolordialog.cpp
index f90f8df2e..19e08c61a 100644
--- a/src/dialogs/tqcolordialog.cpp
+++ b/src/dialogs/tqcolordialog.cpp
@@ -44,7 +44,7 @@
#include "tqpainter.h"
#include "ntqlayout.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqpushbutton.h"
#include "ntqlineedit.h"
#include "tqimage.h"
diff --git a/src/dialogs/tqfiledialog.cpp b/src/dialogs/tqfiledialog.cpp
index 194d7478a..5ed1ff6be 100644
--- a/src/dialogs/tqfiledialog.cpp
+++ b/src/dialogs/tqfiledialog.cpp
@@ -68,7 +68,7 @@
#include "ntqguardedptr.h"
#include "ntqhbox.h"
#include "ntqheader.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqlayout.h"
#include "ntqlibrary.h"
#include "ntqlineedit.h"
diff --git a/src/dialogs/tqfontdialog.cpp b/src/dialogs/tqfontdialog.cpp
index 8e7999a2b..c9b5daef0 100644
--- a/src/dialogs/tqfontdialog.cpp
+++ b/src/dialogs/tqfontdialog.cpp
@@ -52,7 +52,7 @@
#include "ntqlayout.h"
#include "ntqvgroupbox.h"
#include "ntqhgroupbox.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "ntqapplication.h"
#include "tqfontdatabase.h"
#include "tqstyle.h"