Revision: 6157
Author: nogu.dev
Date: Thu Feb 25 06:23:53 2010
Log: * qt4/chardict/kseparator.h
- Update documentation. The parameters "name" don't exist in Qt4 version.
http://code.google.com/p/uim/source/detail?r=6157
Modified:
/trunk/qt4/chardict/kseparator.h
=======================================
--- /trunk/qt4/chardict/kseparator.h Fri Sep 25 08:52:02 2009
+++ /trunk/qt4/chardict/kseparator.h Thu Feb 25 06:23:53 2010
@@ -36,7 +36,6 @@
/**
* Constructor.
* @param parent parent object.
- * @param name name of the new object.
* @param f extra QWidget flags.
**/
explicit KSeparator( QWidget* parent = 0, Qt::WFlags f = 0 );
@@ -46,7 +45,6 @@
* @param orientation Set the orientation of the separator.
* Possible values are HLine or Horizontal and VLine or Vertical.
* @param parent parent object.
- * @param name name of the new object.
* @param f extra QWidget flags.
**/
explicit KSeparator( int orientation, QWidget* parent = 0,