return tr("");

is my code.. and here's the error

'tr' was not declared in this scope

i've imported

#include <QString>
#include <QObject>

Isn't this enough?