diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
| commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
| tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /examples/addressbook | |
| parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
| download | tqt-e6077c30.tar.gz tqt-e6077c30.zip | |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/addressbook')
| -rw-r--r-- | examples/addressbook/centralwidget.h | 2 | ||||
| -rw-r--r-- | examples/addressbook/mainwindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h index 5449d3ce5..3e2aa3b22 100644 --- a/examples/addressbook/centralwidget.h +++ b/examples/addressbook/centralwidget.h @@ -11,7 +11,7 @@ #define AB_CENTRALWIDGET_H #include <tqwidget.h> -#include <ntqstring.h> +#include <tqstring.h> class TQTabWidget; class TQListView; diff --git a/examples/addressbook/mainwindow.h b/examples/addressbook/mainwindow.h index 631d82a71..ac498b94c 100644 --- a/examples/addressbook/mainwindow.h +++ b/examples/addressbook/mainwindow.h @@ -11,7 +11,7 @@ #define AB_MAINWINDOW_H #include <ntqmainwindow.h> -#include <ntqstring.h> +#include <tqstring.h> class TQToolBar; class TQPopupMenu; |
