diff options
author | Michele Calgaro <[email protected]> | 2022-07-16 15:44:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-07-16 15:44:05 +0900 |
commit | a30a266067d9d952edc91305bef757557c03717e (patch) | |
tree | 7bcabd84594f751001c66b16f3c42a8d459b7773 /src/UiGuiVersion.h | |
parent | d017bd37253ae35b29d82e3277b9adcbb4517dd0 (diff) | |
download | universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.tar.gz universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.zip |
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/UiGuiVersion.h')
-rwxr-xr-x | src/UiGuiVersion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/UiGuiVersion.h b/src/UiGuiVersion.h index 696313f..630702c 100755 --- a/src/UiGuiVersion.h +++ b/src/UiGuiVersion.h @@ -20,7 +20,7 @@ #ifndef UIGUIVERSION_H #define UIGUIVERSION_H -class QString; +class TQString; // Define the version number here. Update this as the last file before a release. #define PROGRAM_VERSION 1.2.0 @@ -31,8 +31,8 @@ class QString; namespace UiGuiVersion { - QString getBuildDate(); - QString getBuildRevision(); + TQString getBuildDate(); + TQString getBuildRevision(); } |