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

Sune Vuorela pusling-guest at alioth.debian.org
Mon Feb 23 21:47:56 UTC 2009


The following commit has been merged in the master branch:
commit ef0506bc0fd07dc3eef8587284f09ab5d3414bfa
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Mon Feb 23 22:46:47 2009 +0100

    apparantly the language tools wants these to have a QObject macro

diff --git a/choicepage.h b/choicepage.h
index 31983ba..a1148f7 100644
--- a/choicepage.h
+++ b/choicepage.h
@@ -22,6 +22,7 @@
 class ChoicePagePrivate;
 class ChoicePage : public QWizardPage
 {
+  Q_OBJECT
   public:
     ChoicePage(QWidget *parent=0);
     bool backupSelected() const;
diff --git a/intropage.h b/intropage.h
index 01315a1..1365801 100644
--- a/intropage.h
+++ b/intropage.h
@@ -20,6 +20,7 @@
 
 class IntroPage : public QWizardPage
 {
+  Q_OBJECT
   public:
     IntroPage(QWidget *parent=0);
 };
diff --git a/warningpage.h b/warningpage.h
index 16960a5..814b110 100644
--- a/warningpage.h
+++ b/warningpage.h
@@ -21,6 +21,7 @@
 
 class WarningPage : public QWizardPage
 {
+  Q_OBJECT
   public:
     WarningPage(QWidget *parent=0);
 };

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



More information about the pkg-kde-commits mailing list