diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-25 23:50:26 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-25 23:50:26 +0000 |
commit | 542b6569e69a23b9e39b9b0df29c48d5d33e8369 (patch) | |
tree | ce4435d2ede6df48f37bebddb40ab58206f75cf5 /editorpage.h | |
parent | switched fpr and status columns in importdetaildialog and resize keytable col... (diff) | |
download | gpg4usb-542b6569e69a23b9e39b9b0df29c48d5d33e8369.tar.gz gpg4usb-542b6569e69a23b9e39b9b0df29c48d5d33e8369.zip |
show next, previous and up in integrated help
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@777 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.h')
-rw-r--r-- | editorpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editorpage.h b/editorpage.h index 55b66e0..29adba6 100644 --- a/editorpage.h +++ b/editorpage.h @@ -34,7 +34,7 @@ class QLabel; QT_END_NAMESPACE /** - * @brief Class for handling a single tab of tabwidget + * @brief Class for handling a single tab of the tabwidget * */ class EditorPage : public QWidget |