diff options
author | Michele Calgaro <[email protected]> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /examples/i18n | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/i18n')
-rw-r--r-- | examples/i18n/mywidget.cpp | 2 | ||||
-rw-r--r-- | examples/i18n/mywidget_cs.ts | 2 | ||||
-rw-r--r-- | examples/i18n/mywidget_de.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp index f16d44487..076a3d08c 100644 --- a/examples/i18n/mywidget.cpp +++ b/examples/i18n/mywidget.cpp @@ -15,7 +15,7 @@ #include <tqlabel.h> #include <tqhbox.h> #include <tqvbox.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqpopupmenu.h> #include <tqmenubar.h> #include <tqstatusbar.h> diff --git a/examples/i18n/mywidget_cs.ts b/examples/i18n/mywidget_cs.ts index 2d3120008..b0dcf3a01 100644 --- a/examples/i18n/mywidget_cs.ts +++ b/examples/i18n/mywidget_cs.ts @@ -57,7 +57,7 @@ </message> </context> <context encoding="UTF-8"> - <name>QAccel</name> + <name>TQAccel</name> <message encoding="UTF-8"> <source>Ctrl</source> <translation type="obsolete">Ctrl</translation> diff --git a/examples/i18n/mywidget_de.ts b/examples/i18n/mywidget_de.ts index 1d636ff5b..d1cf264ba 100644 --- a/examples/i18n/mywidget_de.ts +++ b/examples/i18n/mywidget_de.ts @@ -57,7 +57,7 @@ </message> </context> <context encoding="UTF-8"> - <name>QAccel</name> + <name>TQAccel</name> <message encoding="UTF-8"> <source>Ctrl</source> <translation type="obsolete">Strg</translation> |