diff options
Diffstat (limited to 'src/UiGuiSystemInfo.h')
-rwxr-xr-x | src/UiGuiSystemInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UiGuiSystemInfo.h b/src/UiGuiSystemInfo.h index 3ed56ca..62f432f 100755 --- a/src/UiGuiSystemInfo.h +++ b/src/UiGuiSystemInfo.h @@ -20,13 +20,13 @@ #ifndef UIGUISYSTEMINFO_H #define UIGUISYSTEMINFO_H -class QString; +class TQString; class UiGuiSystemInfo { public: - static QString getOperatingSystem(); + static TQString getOperatingSystem(); private: UiGuiSystemInfo(); |