X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Ftimerdialog.cpp;h=47a4a8a1a333c644eb220d6ca8cc6ffca6fbb68a;hb=cf3aef6b80b71f870aa872d5d1bc906254d9b8e6;hp=e2856bc4c5d3b66e46b73d808067fa8bef45df06;hpb=68e7e55646f7caf47dd678a5f2f51644ddacd751;p=someplayer diff --git a/src/timerdialog.cpp b/src/timerdialog.cpp index e2856bc..47a4a8a 100644 --- a/src/timerdialog.cpp +++ b/src/timerdialog.cpp @@ -1,6 +1,24 @@ +/* + * SomePlayer - An alternate music player for Maemo 5 + * Copyright (C) 2010 Nikolay (somebody) Tischenko + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include "timerdialog.h" #include "ui_timerdialog.h" -#include TimerDialog::TimerDialog(QWidget *parent) : QDialog(parent), @@ -44,3 +62,7 @@ bool TimerDialog::timerDisabled() { void TimerDialog::showDisable() { ui->disableCheckBox->setVisible(true); } + +void TimerDialog::updateTranslations() { + ui->retranslateUi(this); +}