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