summaryrefslogtreecommitdiffstats
path: root/src/__TODO/UiGuiErrorMessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/__TODO/UiGuiErrorMessage.cpp')
-rw-r--r--src/__TODO/UiGuiErrorMessage.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/__TODO/UiGuiErrorMessage.cpp b/src/__TODO/UiGuiErrorMessage.cpp
index 67e8e0c..123a807 100644
--- a/src/__TODO/UiGuiErrorMessage.cpp
+++ b/src/__TODO/UiGuiErrorMessage.cpp
@@ -21,7 +21,7 @@
#include <tntqcheckbox.h>
-/*!
+/*
\class UiGuiErrorMessage
\ingroup grp_Dialogs
\brief UiGuiErrorMessage is a child of TQErrorMessage. But TQErrorMessages
@@ -30,7 +30,7 @@
*/
-/*!
+/*
\brief Initializes the dialog.
Retrieves the object pointer to the \a _showAgainCheckBox check box, sets the dialogs
@@ -44,14 +44,14 @@ UiGuiErrorMessage::UiGuiErrorMessage(TQWidget *parent) :
_showAgainCheckBox->setText(tr("Show this message again"));
}
-/*!
+/*
\brief Just a lazy nothin doin destructive destructor.
*/
UiGuiErrorMessage::~UiGuiErrorMessage(void)
{
}
-/*!
+/*
\brief Shows an error \a message in a dialog box with \a title.
The shown \a message is added to a list, if not already in there. If it is
@@ -84,7 +84,7 @@ void UiGuiErrorMessage::showMessage(const TQString &title, const TQString &messa
}
}
-/*!
+/*
\brief For convinience, for showing a dialog box with the default title "UniversalIndentGUI".
*/
void UiGuiErrorMessage::showMessage(const TQString &message)