-rw-r--r-- | noncore/apps/opie-console/fixit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/fixit.cpp b/noncore/apps/opie-console/fixit.cpp index 57dba4c..3b0044a 100644 --- a/noncore/apps/opie-console/fixit.cpp +++ b/noncore/apps/opie-console/fixit.cpp @@ -6,3 +6,3 @@ using namespace Opie::Core; #ifdef FSCKED_DISTRI -FixIt::FixIt() : QObject() { +FixIt::FixIt() { /* the new inittab */ @@ -73,3 +73,3 @@ void FixIt::fixIt() { } else { - Global::statusMessage( tr("Fixing up Embedix")); + Global::statusMessage( QObject::tr("Fixing up Embedix")); } |