diff options
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(); } |