diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-12 15:05:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-12 15:05:27 +0900 |
| commit | 5a844f1a557ce9179c8e38047aea1278337ca12d (patch) | |
| tree | 201f5930f6102c1bb9953e2a4b8a77098f0860c7 /conduits | |
| parent | c3d3aa4d06b5d15c9fbff688736cac234b038505 (diff) | |
| download | kpilot-remove/tde-version.tar.gz kpilot-remove/tde-version.zip | |
Remove use of TDE_VERSIONremove/tde-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits')
| -rw-r--r-- | conduits/sysinfoconduit/sysinfo-conduit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conduits/sysinfoconduit/sysinfo-conduit.cpp b/conduits/sysinfoconduit/sysinfo-conduit.cpp index 4289eac..41dfd98 100644 --- a/conduits/sysinfoconduit/sysinfo-conduit.cpp +++ b/conduits/sysinfoconduit/sysinfo-conduit.cpp @@ -34,6 +34,7 @@ #include <tqfileinfo.h> #include <tqregexp.h> #include <tdeconfig.h> +#include <tdeversion.h> #include <kdebug.h> #include <pilotSysInfo.h> @@ -413,9 +414,7 @@ void SysInfoConduit::pcVersionInfo() .arg(TQString::fromLatin1(name.machine)); fValues[CSL1("hostname")] = CSL1("%2").arg(TQString::fromLatin1(name.nodename)); } -#ifdef TDE_VERSION_STRING fValues[CSL1("tde")] = TQString::fromLatin1(TDE_VERSION_STRING); -#endif #ifdef TQT_VERSION_STR fValues[CSL1("tqt")] = TQString::fromLatin1(TQT_VERSION_STR); #endif |
