diff options
Diffstat (limited to 'keep/app/logdialog.cpp')
| -rw-r--r-- | keep/app/logdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keep/app/logdialog.cpp b/keep/app/logdialog.cpp index 9205135..57edc25 100644 --- a/keep/app/logdialog.cpp +++ b/keep/app/logdialog.cpp @@ -39,8 +39,8 @@ #include "logview.h" -LogDialog::LogDialog(TQWidget *tqparent): KDialogBase(Plain, i18n("View log"), - Help|Ok, Cancel, tqparent, "logDialog", true, false) +LogDialog::LogDialog(TQWidget *parent): KDialogBase(Plain, i18n("View log"), + Help|Ok, Cancel, parent, "logDialog", true, false) { m_logFilePath = locateLocal( "data", "keep/keep.log", true ); |
