summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/widgets
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/widgets.cpp2
-rw-r--r--examples/widgets/widgets.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp
index f89835d03..393aea0c6 100644
--- a/examples/widgets/widgets.cpp
+++ b/examples/widgets/widgets.cpp
@@ -47,7 +47,7 @@
#include <tqfiledialog.h>
#include <ntqaccel.h>
#include <ntqmetaobject.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include "widgets.h"
diff --git a/examples/widgets/widgets.h b/examples/widgets/widgets.h
index 0452879e3..d28d33454 100644
--- a/examples/widgets/widgets.h
+++ b/examples/widgets/widgets.h
@@ -15,7 +15,7 @@
#define WIDGETS_H
#include <tqmainwindow.h>
-#include <ntqmovie.h>
+#include <tqmovie.h>
#include <ntqlistview.h>
class TQLabel;
class TQCheckBox;