summaryrefslogtreecommitdiffstats
path: root/src/__TODO/UiGuiSettingsDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/__TODO/UiGuiSettingsDialog.cpp')
-rw-r--r--src/__TODO/UiGuiSettingsDialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/__TODO/UiGuiSettingsDialog.cpp b/src/__TODO/UiGuiSettingsDialog.cpp
index 8bfe0e5..46fc535 100644
--- a/src/__TODO/UiGuiSettingsDialog.cpp
+++ b/src/__TODO/UiGuiSettingsDialog.cpp
@@ -22,13 +22,13 @@
#include "UiGuiSettings.h"
-/*!
+/*
\class UiGuiSettingsDialog
\ingroup grp_Settings
\brief Displays a dialog window with settings for UniversalIndentGUI
*/
-/*!
+/*
\brief The constructor calls the setup function for the ui created by uic.
*/
UiGuiSettingsDialog::UiGuiSettingsDialog(TQWidget *parent,
@@ -55,7 +55,7 @@ UiGuiSettingsDialog::UiGuiSettingsDialog(TQWidget *parent,
initTranslationSelection();
}
-/*!
+/*
\brief By calling this function the combobox for selecting the application language will
be initialized.
@@ -113,7 +113,7 @@ void UiGuiSettingsDialog::initTranslationSelection()
}
}
-/*!
+/*
\brief Displays the dialog by calling the dialogs exec function.
Before it gets all the values needed from the UiGuiSettings object.
@@ -127,7 +127,7 @@ int UiGuiSettingsDialog::showDialog()
return exec();
}
-/*!
+/*
\brief This slot is called when the dialog box is closed by pressing the Ok button.
Writes all settings to the UiGuiSettings object.
@@ -138,7 +138,7 @@ void UiGuiSettingsDialog::writeWidgetValuesToSettings()
_settings->setSettingToObjectPropertyValueRecursive(this);
}
-/*!
+/*
\brief Catches language change events and retranslates all needed widgets.
*/
void UiGuiSettingsDialog::changeEvent(TQEvent *event)