diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/qfd/fontdisplayer.cpp | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-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.cpp | 4 |
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> |