[Uml-devel] KDE/kdesdk/umbrello/umbrello/dialogs
Andi Fischer
andi.fischer at hispeed.ch
Sun Jan 1 14:26:24 UTC 2012
SVN commit 1271010 by fischer:
Unnecessary includes and lines removed.
M +1 -7 exportallviewsdialog.cpp
M +1 -2 exportallviewsdialog.h
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/exportallviewsdialog.cpp #1271009:1271010
@@ -4,17 +4,13 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * copyright (C) 2006-2009 *
+ * copyright (C) 2006-2011 *
* Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
***************************************************************************/
// own header
#include "exportallviewsdialog.h"
-// qt include files
-#include <QtGui/QLayout>
-#include <QtGui/QLabel>
-
// kde include files
#include <kfilefiltercombo.h>
#include <klocale.h>
@@ -86,6 +82,4 @@
m_imageType->setToolTip(i18n("The format that the images will be exported to"));
}
-
#include "exportallviewsdialog.moc"
-
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/exportallviewsdialog.h #1271009:1271010
@@ -4,7 +4,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * copyright (C) 2006-2009 *
+ * copyright (C) 2006-2011 *
* Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
***************************************************************************/
#ifndef EXPORTALLVIEWSDIALOG_H
@@ -49,4 +49,3 @@
};
#endif
-
More information about the umbrello-devel
mailing list