1 | --- TaskJugglerUI/mainwidget.cpp.orig 2008-03-14 11:38:36.000000000 +0100 |
---|
2 | +++ TaskJugglerUI/mainwidget.cpp 1970-01-01 01:00:00.000000000 +0100 |
---|
3 | @@ -1,19 +0,0 @@ |
---|
4 | -/* |
---|
5 | - * The TaskJuggler Project Management Software |
---|
6 | - * |
---|
7 | - * Copyright (c) 2001, 2002, 2003, 2004, 2005 by Chris Schlaeger <cs@kde.org> |
---|
8 | - * |
---|
9 | - * This program is free software; you can redistribute it and/or modify |
---|
10 | - * it under the terms of version 2 of the GNU General Public License as |
---|
11 | - * published by the Free Software Foundation. |
---|
12 | - * |
---|
13 | - * $Id: mainwidget.cpp 1259 2006-01-31 12:04:00Z cs $ |
---|
14 | - */ |
---|
15 | -#include "mainwidget.h" |
---|
16 | - |
---|
17 | -MainWidget::MainWidget(QWidget *parent, const char *name) |
---|
18 | - :MainWidget(parent, name) |
---|
19 | -{ |
---|
20 | -} |
---|
21 | - |
---|
22 | -#include "mainwidget.moc" |
---|