[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. 1b5c7e7895636c75711c20f91a4f1201de897b76

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 07:50:32 UTC 2009


The following commit has been merged in the master branch:
commit c3dfbea8f1b1b404fa824b2c6a7f675207e2f89b
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 08:47:45 2009 +0100

    wordwrap on label and proper  Qt parenthood

diff --git a/intropage.cpp b/intropage.cpp
index e26b1e5..a502417 100644
--- a/intropage.cpp
+++ b/intropage.cpp
@@ -19,7 +19,8 @@
 IntroPage::IntroPage(QWidget *parent) : QWizardPage(parent)
 {
   setTitle(tr("Kaboom - MigrationTool"));
-  QLabel *text = new QLabel(tr("This wizard will guide you thru the migration of KDE 3 and KDE 4 settings as required"));
+  QLabel *text = new QLabel(tr("This wizard will guide you thru the migration of KDE 3 and KDE 4 settings as required"),this);
+  text->setWordWrap(true);
   QVBoxLayout *lay = new QVBoxLayout();
   lay->addWidget(text);
   setLayout(lay);

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list