[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Mar 24 22:57:07 UTC 2006
SVN commit 522331 by okellogg:
move closer to trunk
M +3 -2 aligntoolbar.cpp
M +2 -0 aligntoolbar.h
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/aligntoolbar.cpp #522330:522331
@@ -19,12 +19,13 @@
#include "umlwidget.h"
#include "umlwidgetlist.h"
+#include <qmainwindow.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kstandarddirs.h>
-AlignToolBar::AlignToolBar(QMainWindow* parentWindow, const char* name)
- : KToolBar(parentWindow,Qt::DockRight,false,name)
+AlignToolBar::AlignToolBar(QMainWindow* parentWindow, const char* )
+ : KToolBar(parentWindow,Qt::DockRight,false)
{
// load images for the buttons
loadPixmaps();
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/aligntoolbar.h #522330:522331
@@ -15,10 +15,12 @@
#ifndef ALIGNTOOLBAR_H
#define ALIGNTOOLBAR_H
+#include <qpixmap.h>
#include <ktoolbar.h>
#include "umlnamespace.h"
#include "umlwidgetlist.h"
+class QMainWindow;
/**
* This toolbar provides tools for alignment. Widgets can only be aligned, when
More information about the umbrello-devel
mailing list