diff options
Diffstat (limited to 'src/infodialog.h')
-rw-r--r-- | src/infodialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infodialog.h b/src/infodialog.h index d24acb3..379b377 100644 --- a/src/infodialog.h +++ b/src/infodialog.h @@ -45,7 +45,7 @@ public: //! default constructor infoDialog( KConfig *config = 0, TQString captionName = TQString(), TQString message = TQString(), TQString dontShowAgainMsg = TQString(), TQString settingsEntryName = TQString(), - TQWidget *tqparent = 0, const char *name = 0); + TQWidget *parent = 0, const char *name = 0); //! default destructor ~infoDialog(); |