summaryrefslogtreecommitdiffstats
path: root/tools/linguist
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/book/linguist-programmer.leaf4
-rw-r--r--tools/linguist/linguist/finddialog.cpp2
-rw-r--r--tools/linguist/linguist/msgedit.cpp4
-rw-r--r--tools/linguist/linguist/phrasebookbox.cpp2
-rw-r--r--tools/linguist/linguist/trwindow.cpp2
-rw-r--r--tools/linguist/tutorial/tt3/printpanel.cpp2
-rw-r--r--tools/linguist/tutorial/tt3/printpanel.h2
7 files changed, 9 insertions, 9 deletions
diff --git a/tools/linguist/book/linguist-programmer.leaf b/tools/linguist/book/linguist-programmer.leaf
index 7fa18a15f..51bc028ee 100644
--- a/tools/linguist/book/linguist-programmer.leaf
+++ b/tools/linguist/book/linguist-programmer.leaf
@@ -848,8 +848,8 @@ Version 1.0 consists of these files:
The PrintPanel is defined in \c printpanel.h.
\quotefile tt3/printpanel.h
-\skipto QVBox
-\printline QVBox
+\skipto TQVBox
+\printline TQVBox
\printuntil TQ_OBJECT
\index TQ_OBJECT
diff --git a/tools/linguist/linguist/finddialog.cpp b/tools/linguist/linguist/finddialog.cpp
index 8369df80d..5f2caef89 100644
--- a/tools/linguist/linguist/finddialog.cpp
+++ b/tools/linguist/linguist/finddialog.cpp
@@ -41,7 +41,7 @@
#include <tqcheckbox.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqlineedit.h>
#include <tqpushbutton.h>
#include <tqwhatsthis.h>
diff --git a/tools/linguist/linguist/msgedit.cpp b/tools/linguist/linguist/msgedit.cpp
index 54a5b5f9a..5d6ff2158 100644
--- a/tools/linguist/linguist/msgedit.cpp
+++ b/tools/linguist/linguist/msgedit.cpp
@@ -46,14 +46,14 @@
#include <tqcheckbox.h>
#include <tqclipboard.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqtextedit.h>
#include <tqpalette.h>
#include <tqpushbutton.h>
#include <tqstring.h>
#include <tqtextview.h>
#include <tqwhatsthis.h>
-#include <ntqvbox.h>
+#include <tqvbox.h>
#include <tqmainwindow.h>
#include <tqheader.h>
#include <tqregexp.h>
diff --git a/tools/linguist/linguist/phrasebookbox.cpp b/tools/linguist/linguist/phrasebookbox.cpp
index a272a35ba..b18afc0e8 100644
--- a/tools/linguist/linguist/phrasebookbox.cpp
+++ b/tools/linguist/linguist/phrasebookbox.cpp
@@ -42,7 +42,7 @@
#include <ntqapplication.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqlineedit.h>
#include <ntqmessagebox.h>
#include <tqpushbutton.h>
diff --git a/tools/linguist/linguist/trwindow.cpp b/tools/linguist/linguist/trwindow.cpp
index 38b40f866..e612d38fd 100644
--- a/tools/linguist/linguist/trwindow.cpp
+++ b/tools/linguist/linguist/trwindow.cpp
@@ -58,7 +58,7 @@
#include <tqfileinfo.h>
#include <tqheader.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqmenubar.h>
#include <ntqmessagebox.h>
#include <tqpopupmenu.h>
diff --git a/tools/linguist/tutorial/tt3/printpanel.cpp b/tools/linguist/tutorial/tt3/printpanel.cpp
index ad8bd7ebb..449370d1e 100644
--- a/tools/linguist/tutorial/tt3/printpanel.cpp
+++ b/tools/linguist/tutorial/tt3/printpanel.cpp
@@ -8,7 +8,7 @@
#include <tqlabel.h>
#include <tqradiobutton.h>
-#include <ntqhbuttongroup.h>
+#include <tqhbuttongroup.h>
PrintPanel::PrintPanel( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tools/linguist/tutorial/tt3/printpanel.h b/tools/linguist/tutorial/tt3/printpanel.h
index 2c7d34a6b..906e8994e 100644
--- a/tools/linguist/tutorial/tt3/printpanel.h
+++ b/tools/linguist/tutorial/tt3/printpanel.h
@@ -7,7 +7,7 @@
#ifndef PRINTPANEL_H
#define PRINTPANEL_H
-#include <ntqvbox.h>
+#include <tqvbox.h>
class PrintPanel : public TQVBox
{