Ticket #14663: patch-TaskJugglerUI-mainwidget.h

File patch-TaskJugglerUI-mainwidget.h, 755 bytes (added by rene@…, 16 years ago)
Line 
1--- TaskJugglerUI/mainwidget.h.orig     2008-03-14 11:38:43.000000000 +0100
2+++ TaskJugglerUI/mainwidget.1970-01-01 01:00:00.000000000 +0100
3@@ -1,23 +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.h 1259 2006-01-31 12:04:00Z cs $
14- */
15-#ifndef MAINWIDGET_H
16-#define MAINWIDGET_H
17-
18-#include "MainWidget.h"
19-
20-class MainWidget: public MainWidget {
21-Q_OBJECT
22-public:
23-    MainWidget(QWidget *parent = 0, const char *name = 0);
24-};
25-
26-#endif