summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/addapplicationdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/addapplicationdlg.cpp')
-rw-r--r--buildtools/autotools/addapplicationdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addapplicationdlg.cpp b/buildtools/autotools/addapplicationdlg.cpp
index d70dc2d5..f0cd3693 100644
--- a/buildtools/autotools/addapplicationdlg.cpp
+++ b/buildtools/autotools/addapplicationdlg.cpp
@@ -33,8 +33,8 @@
AddApplicationDialog::AddApplicationDialog(AutoProjectWidget *widget, SubprojectItem *spitem,
- TQWidget *tqparent, const char *name)
- : AddApplicationDialogBase(tqparent, name, true)
+ TQWidget *parent, const char *name)
+ : AddApplicationDialogBase(parent, name, true)
{
filename_edit->setText(".desktop");
filename_edit->home(false);