SVN: PLDSetupAssistant/PLDSetupAssistant.cpp

cactus cactus at pld-linux.org
Tue May 11 00:31:01 CEST 2010


Author: cactus
Date: Tue May 11 00:31:00 2010
New Revision: 11437

Modified:
   PLDSetupAssistant/PLDSetupAssistant.cpp
Log:
- load pixmap from pixmaps dir

Modified: PLDSetupAssistant/PLDSetupAssistant.cpp
==============================================================================
--- PLDSetupAssistant/PLDSetupAssistant.cpp	(original)
+++ PLDSetupAssistant/PLDSetupAssistant.cpp	Tue May 11 00:31:00 2010
@@ -28,8 +28,8 @@
     titleWidget->setPixmap(KIcon("pld_czarny").pixmap(48), KTitleWidget::ImageLeft);
     
     QLabel *logo = new QLabel;
-    logo->setPixmap(QPixmap("/home/users/bartek/projects/PLDSetupAssistant/pld_conf.png"));
-    
+    logo->setPixmap(QPixmap("pld_conf"));
+
     QVBoxLayout *logoLayout = new QVBoxLayout;
     logoLayout->addWidget(logo);
     


More information about the pld-cvs-commit mailing list