author | ulf69 <ulf69> | 2004-06-29 05:23:32 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-29 05:23:32 (UTC) |
commit | fbc79b15b58ca195fa63c741a89d6d098cc05a66 (patch) (unidiff) | |
tree | e17713fc73877f2ff133af8910d40e0ae0590df5 | |
parent | 822dcc26ab3b70952679a1e12a010549659b6351 (diff) | |
download | kdepimpi-fbc79b15b58ca195fa63c741a89d6d098cc05a66.zip kdepimpi-fbc79b15b58ca195fa63c741a89d6d098cc05a66.tar.gz kdepimpi-fbc79b15b58ca195fa63c741a89d6d098cc05a66.tar.bz2 |
removed inclusion of moc file
-rw-r--r-- | kabc/distributionlistdialog.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kabc/distributionlistdialog.cpp b/kabc/distributionlistdialog.cpp index 31d5944..d2e1144 100644 --- a/kabc/distributionlistdialog.cpp +++ b/kabc/distributionlistdialog.cpp | |||
@@ -32,19 +32,17 @@ | |||
32 | #include <kmessagebox.h> | 32 | #include <kmessagebox.h> |
33 | 33 | ||
34 | #include "addressbook.h" | 34 | #include "addressbook.h" |
35 | #include "addresseedialog.h" | 35 | #include "addresseedialog.h" |
36 | #include "distributionlist.h" | 36 | #include "distributionlist.h" |
37 | 37 | ||
38 | #include "distributionlistdialog.h" | 38 | #include "distributionlistdialog.h" |
39 | 39 | ||
40 | #ifndef KAB_EMBEDDED | 40 | //US #include "distributionlistdialog.moc" |
41 | #include "distributionlistdialog.moc" | ||
42 | #endif //KAB_EMBEDDED | ||
43 | 41 | ||
44 | using namespace KABC; | 42 | using namespace KABC; |
45 | 43 | ||
46 | DistributionListDialog::DistributionListDialog( AddressBook *addressBook, QWidget *parent) | 44 | DistributionListDialog::DistributionListDialog( AddressBook *addressBook, QWidget *parent) |
47 | : KDialogBase( parent, "", true, i18n("Configure Distribution Lists"), Ok, Ok, true) | 45 | : KDialogBase( parent, "", true, i18n("Configure Distribution Lists"), Ok, Ok, true) |
48 | { | 46 | { |
49 | mEditor = new DistributionListEditorWidget( addressBook, this ); | 47 | mEditor = new DistributionListEditorWidget( addressBook, this ); |
50 | setMainWidget( mEditor ); | 48 | setMainWidget( mEditor ); |