summaryrefslogtreecommitdiffstats
path: root/src/UiGuiVersion.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-07-16 15:44:05 +0900
committerMichele Calgaro <[email protected]>2022-07-16 15:44:05 +0900
commita30a266067d9d952edc91305bef757557c03717e (patch)
tree7bcabd84594f751001c66b16f3c42a8d459b7773 /src/UiGuiVersion.h
parentd017bd37253ae35b29d82e3277b9adcbb4517dd0 (diff)
downloaduniversal-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-xsrc/UiGuiVersion.h6
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();
}