summaryrefslogtreecommitdiff
path: root/core/apps/calibrate/calibrate.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/calibrate/calibrate.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/calibrate/calibrate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/apps/calibrate/calibrate.cpp b/core/apps/calibrate/calibrate.cpp
index 96cd1ca..c0ec933 100644
--- a/core/apps/calibrate/calibrate.cpp
+++ b/core/apps/calibrate/calibrate.cpp
@@ -43,5 +43,5 @@ Calibrate::Calibrate(QWidget* parent, const char * name, WFlags wf) :
int w = desk.height()/3;
- logo.convertFromImage(Resource::loadImage("qtlogo").smoothScale(w,w));
+ logo.convertFromImage(Resource::loadImage("opielogo").smoothScale(w,w));
} else {
- logo = Resource::loadPixmap( "qtlogo" );
+ logo = Resource::loadPixmap( "opielogo" );
}
@@ -159,3 +159,3 @@ void Calibrate::paintEvent( QPaintEvent * )
p.drawText( 0, y, width(), height() - y, AlignHCenter|WordBreak,
- tr("Welcome to Qtopia") );
+ tr("Welcome to Opie") );