[kde-doc-english] [Bug 121179] khangman errors in documentation, patch
Anne-Marie Mahfouf
annma at kde.org
Sat Feb 4 23:17:29 CET 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=121179
------- Additional Comments From annma kde org 2006-02-04 23:17 -------
SVN commit 505787 by annma:
forward port 121179 to trunk
CCMAIL=121179
Now if a doc unfreeze is allowed for 3.5.2 the doc should be patched here.
M +1 -1 khangman.cpp
M +4 -0 khangmanui.rc
M +8 -9 khangmanview.cpp
--- trunk/KDE/kdeedu/khangman/khangman/khangman.cpp #505786:505787
@ -54,7 +54,7 @
setupActions();
// Toolbar for special characters
- secondToolbar = toolBar("Special Characters");
+ secondToolbar = toolBar("secondToolBar");
secondToolbar->setBarPos(KToolBar::Bottom);
loadSettings();
--- trunk/KDE/kdeedu/khangman/khangman/khangmanui.rc #505786:505787
@ -34,4 +34,8 @
<Action name="file_new"/>
<Action name="file_quit"/>
</ToolBar>
+
+<ToolBar name="secondToolBar" noMerge="1"><text>Special Characters</text>
+ </ToolBar>
+
</kpartgui>
--- trunk/KDE/kdeedu/khangman/khangman/khangmanview.cpp #505786:505787
@ -25,15 +25,14 @
#include <kpushbutton.h>
#include <kstandarddirs.h>
-#include <qimage.h>
-#include <qlabel.h>
-#include <qpainter.h>
-#include <qpoint.h>
-#include <qregexp.h>
-#include <qtimer.h>
-#include <qtooltip.h>
-#include <kvbox.h>
-#include <qwidget.h>
+#include <QImage>
+#include <QLabel>
+#include <QPainter>
+#include <QPoint>
+#include <QRegExp>
+#include <QTimer>
+#include <QToolTip>
+#include <QWidget>
#include <QMouseEvent>
//project headers
#include "prefs.h"
More information about the kde-doc-english
mailing list