summaryrefslogtreecommitdiffstats
path: root/examples/qfd/fontdisplayer.cpp
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/qfd/fontdisplayer.cpp
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/qfd/fontdisplayer.cpp')
-rw-r--r--examples/qfd/fontdisplayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qfd/fontdisplayer.cpp b/examples/qfd/fontdisplayer.cpp
index fceff108f..0e77e7068 100644
--- a/examples/qfd/fontdisplayer.cpp
+++ b/examples/qfd/fontdisplayer.cpp
@@ -11,12 +11,12 @@
#include <ntqapplication.h>
#include <ntqslider.h>
#include <ntqspinbox.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <tqtoolbar.h>
#include <tqstatusbar.h>
#include <ntqlabel.h>
#include <ntqpushbutton.h>
-#include <ntqfontdialog.h>
+#include <tqfontdialog.h>
#include <stdlib.h>