summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authorzecke <zecke>2004-10-10 18:41:25 (UTC)
committer zecke <zecke>2004-10-10 18:41:25 (UTC)
commit9c2ff4fd80562f0f92a2662fb2fa95b88284b9b4 (patch) (side-by-side diff)
tree50cd5f8f84cf8c3b6390dbd5f966d8aa4f67b83e /noncore/apps/opie-console
parent81133e613b12ca0b5fa4aa03c0a3441f1e41b1ad (diff)
downloadopie-9c2ff4fd80562f0f92a2662fb2fa95b88284b9b4.zip
opie-9c2ff4fd80562f0f92a2662fb2fa95b88284b9b4.tar.gz
opie-9c2ff4fd80562f0f92a2662fb2fa95b88284b9b4.tar.bz2
Unbreak for Embeddix case
Diffstat (limited to 'noncore/apps/opie-console') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/fixit.cpp4
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
@@ -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