|
|
@ -43,8 +43,8 @@
|
|
|
|
/*! This is the default constructor of class infoDialog . */
|
|
|
|
/*! This is the default constructor of class infoDialog . */
|
|
|
|
infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message,
|
|
|
|
infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message,
|
|
|
|
TQString dontShowAgainMsg, TQString settingsEntryName,
|
|
|
|
TQString dontShowAgainMsg, TQString settingsEntryName,
|
|
|
|
TQWidget *tqparent, const char *name)
|
|
|
|
TQWidget *parent, const char *name)
|
|
|
|
:info_Dialog( tqparent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose )
|
|
|
|
:info_Dialog( parent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if ( message.isEmpty() || (!dontShowAgainMsg.isEmpty() && settingsEntryName.isEmpty()) ||
|
|
|
|
if ( message.isEmpty() || (!dontShowAgainMsg.isEmpty() && settingsEntryName.isEmpty()) ||
|
|
|
|
(!dontShowAgainMsg.isEmpty() && (config == 0)))
|
|
|
|
(!dontShowAgainMsg.isEmpty() && (config == 0)))
|
|
|
|