diff options
Diffstat (limited to 'desktop-widgets/usersurvey.cpp')
-rw-r--r-- | desktop-widgets/usersurvey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/usersurvey.cpp b/desktop-widgets/usersurvey.cpp index 05da582a1..2d5d5b07e 100644 --- a/desktop-widgets/usersurvey.cpp +++ b/desktop-widgets/usersurvey.cpp @@ -31,7 +31,7 @@ UserSurvey::UserSurvey(QWidget *parent) : QDialog(parent), os.append(QString("&osCpuArch=%1").arg(osArch)); } os.append(QString("&uiLang=%1").arg(uiLanguage(NULL))); - os.append(QString("&uuid=%1").arg(UpdateManager::getUUID())); + os.append(QString("&uuid=%1").arg(getUUID())); ui->system->setPlainText(getVersion()); } |