-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 @@ -5,5 +5,5 @@ using namespace Opie::Core; #ifdef FSCKED_DISTRI -FixIt::FixIt() : QObject() { +FixIt::FixIt() { /* the new inittab */ m_file = "#\n# /etc/inittab" @@ -72,5 +72,5 @@ void FixIt::fixIt() { owarn << "could not execute kill script" << oendl; } else { - Global::statusMessage( tr("Fixing up Embedix")); + Global::statusMessage( QObject::tr("Fixing up Embedix")); } |