From 9c2ff4fd80562f0f92a2662fb2fa95b88284b9b4 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 10 Oct 2004 18:41:25 +0000 Subject: Unbreak for Embeddix case --- (limited to 'noncore') 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 @@ -4,7 +4,7 @@ using namespace Opie::Core; #ifdef FSCKED_DISTRI -FixIt::FixIt() : QObject() { +FixIt::FixIt() { /* the new inittab */ m_file = "#\n# /etc/inittab" "#" @@ -71,7 +71,7 @@ void FixIt::fixIt() { if ( !m_kill.start(OProcess::DontCare,OProcess::NoCommunication) ) { owarn << "could not execute kill script" << oendl; } else { - Global::statusMessage( tr("Fixing up Embedix")); + Global::statusMessage( QObject::tr("Fixing up Embedix")); } #endif -- cgit v0.9.0.2