summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r--src/infodialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infodialog.cpp b/src/infodialog.cpp
index 7948bdd..57b1efa 100644
--- a/src/infodialog.cpp
+++ b/src/infodialog.cpp
@@ -43,8 +43,8 @@
/*! This is the default constructor of class infoDialog . */
infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message,
TQString dontShowAgainMsg, TQString settingsEntryName,
- TQWidget *tqparent, const char *name)
- :info_Dialog( tqparent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose )
+ TQWidget *parent, const char *name)
+ :info_Dialog( parent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose )
{
if ( message.isEmpty() || (!dontShowAgainMsg.isEmpty() && settingsEntryName.isEmpty()) ||
(!dontShowAgainMsg.isEmpty() && (config == 0)))