summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/wutdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/wutdialog.cpp')
-rw-r--r--kstars/kstars/tools/wutdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/tools/wutdialog.cpp b/kstars/kstars/tools/wutdialog.cpp
index 632f6254..f2ed8c7c 100644
--- a/kstars/kstars/tools/wutdialog.cpp
+++ b/kstars/kstars/tools/wutdialog.cpp
@@ -82,7 +82,7 @@ WUTDialog::WUTDialog(KStars *ks) :
if ( ! geo->translatedProvince().isEmpty() ) sGeo += ", " + geo->translatedProvince();
sGeo += ", " + geo->translatedCountry();
WUT->LocationLabel->setText( i18n( "at %1" ).arg( sGeo ) );
- WUT->DateLabel->setText( i18n( "The night of %1" ).arg( Evening.date().toString( Qt::LocalDate ) ) );
+ WUT->DateLabel->setText( i18n( "The night of %1" ).arg( Evening.date().toString( TQt::LocalDate ) ) );
initCategories();