diff options
Diffstat (limited to 'src/AboutDialog.cpp')
-rw-r--r-- | src/AboutDialog.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 51a0653..9bb119d 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -31,12 +31,12 @@ #include <tqscrollbar.h> #include <tqtimer.h> -/*! +/* \class AboutDialog \brief Displays a dialog window with information about UniversalIndentGUI */ -/*! +/* \brief The constructor calls the setup function for the ui created by uic and adds the GPL text to the text edit. */ @@ -104,7 +104,7 @@ AboutDialog::AboutDialog(TQWidget *parent, WFlags flags) : connect(okButton, SIGNAL(clicked()), this, SLOT(accept())); } -/*! +/* \brief Catches language change events and retranslates all needed widgets. */ void AboutDialog::changeEvent(TQEvent *event) @@ -125,7 +125,7 @@ void AboutDialog::changeEvent(TQEvent *event) //---- } } -/*! +/* \brief Reimplements the dialog execution function to init the credits scroller. */ void AboutDialog::show() @@ -135,7 +135,7 @@ void AboutDialog::show() AboutDialogBase::show(); } -/*! +/* \brief This slot is called each m_timer timeout to scroll the credits textbrowser. Also changes the scroll direction and speed when reaching the start or end. */ |