diff options
Diffstat (limited to 'kommander/widgets/aboutdialog.cpp')
-rw-r--r-- | kommander/widgets/aboutdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/aboutdialog.cpp b/kommander/widgets/aboutdialog.cpp index 9377b377..4425412c 100644 --- a/kommander/widgets/aboutdialog.cpp +++ b/kommander/widgets/aboutdialog.cpp @@ -36,8 +36,8 @@ enum Functions { LastFunction }; -AboutDialog::AboutDialog(TQWidget *parent, const char *name) - : TQLabel(parent, name), KommanderWidget(this) +AboutDialog::AboutDialog(TQWidget *tqparent, const char *name) + : TQLabel(tqparent, name), KommanderWidget(TQT_TQOBJECT(this)) { TQStringList states; states << "default"; |