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