summaryrefslogtreecommitdiffabout
path: root/korganizer/statusdialog.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/statusdialog.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/statusdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/korganizer/statusdialog.cpp b/korganizer/statusdialog.cpp
index 78efeb0..7137c49 100644
--- a/korganizer/statusdialog.cpp
+++ b/korganizer/statusdialog.cpp
@@ -21,17 +21,16 @@
#include <qpushbutton.h>
#include <qstringlist.h>
#include <qlayout.h>
#include <kdebug.h>
#include <klocale.h>
#include "statusdialog.h"
-#include "statusdialog.moc"
StatusDialog::StatusDialog(QWidget* parent, const char* name) :
KDialog(parent,name,true)
{
setCaption(i18n("Set Your Status"));
QBoxLayout *topLayout = new QVBoxLayout( this );
topLayout->setSpacing( spacingHint() );