author | mickeyl <mickeyl> | 2003-04-07 14:40:28 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-04-07 14:40:28 (UTC) |
commit | 75f029f87d4c84b37ccfe1c81ef205a6cd5fca79 (patch) (side-by-side diff) | |
tree | 293f6709a304aed084622e61633c945124836296 /libopie2/opieui | |
parent | 46cda1cdb4c71de6e2627a54f31d1b56cc85ee85 (diff) | |
download | opie-75f029f87d4c84b37ccfe1c81ef205a6cd5fca79.zip opie-75f029f87d4c84b37ccfe1c81ef205a6cd5fca79.tar.gz opie-75f029f87d4c84b37ccfe1c81ef205a6cd5fca79.tar.bz2 |
started to document the whole stuff
-rw-r--r-- | libopie2/opieui/odialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libopie2/opieui/odialog.h b/libopie2/opieui/odialog.h index 38f25e8..7947dfb 100644 --- a/libopie2/opieui/odialog.h +++ b/libopie2/opieui/odialog.h @@ -63,8 +63,7 @@ class ODialog : public QDialog * * Takes the same arguments as @ref QDialog. */ - ODialog(QWidget *parent = 0, const char *name = 0, - bool modal = false, WFlags f = 0); + ODialog(QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags f = 0); /** * Return the number of pixels you shall use between a |