svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=633220
return list;
}
-GlossaryDialog::GlossaryDialog( bool folded, QWidget *parent )
+GlossaryDialog::GlossaryDialog( QWidget *parent, bool folded )
: KDialog( parent ), d( new Private( this ) )
{
setCaption( i18n( "Glossary" ) );
/**
* Creates a new dialog for a glossary.
*
+ * @param parent the parent of the new dialog
* @param folded whether to fold the various items in subtrees depending on the
* first letter of every item
- * @param parent the parent of the new dialog
*/
- GlossaryDialog( bool folded = true, QWidget *parent = 0 );
- ~GlossaryDialog();
+ explicit GlossaryDialog( QWidget *parent = 0, bool folded = true );
+
+ virtual ~GlossaryDialog();
/**
* Add a new glossary.