summaryrefslogtreecommitdiff
path: root/core/apps/calibrate/calibrate.cpp
Unidiff
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) :
43 int w = desk.height()/3; 43 int w = desk.height()/3;
44 logo.convertFromImage(Resource::loadImage("qtlogo").smoothScale(w,w)); 44 logo.convertFromImage(Resource::loadImage("opielogo").smoothScale(w,w));
45 } else { 45 } else {
46 logo = Resource::loadPixmap( "qtlogo" ); 46 logo = Resource::loadPixmap( "opielogo" );
47 } 47 }
@@ -159,3 +159,3 @@ void Calibrate::paintEvent( QPaintEvent * )
159 p.drawText( 0, y, width(), height() - y, AlignHCenter|WordBreak, 159 p.drawText( 0, y, width(), height() - y, AlignHCenter|WordBreak,
160 tr("Welcome to Qtopia") ); 160 tr("Welcome to Opie") );
161 161