summaryrefslogtreecommitdiffstats
path: root/kpackage/pkgOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/pkgOptions.h')
-rw-r--r--kpackage/pkgOptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpackage/pkgOptions.h b/kpackage/pkgOptions.h
index 02a830f..becbc54 100644
--- a/kpackage/pkgOptions.h
+++ b/kpackage/pkgOptions.h
@@ -54,7 +54,7 @@ class pkgOptions : public KDialog
Q_OBJECT
TQ_OBJECT
public:
- pkgOptions( pkgInterface *pki, TQWidget *tqparent=0, const TQString &caption=TQString());
+ pkgOptions( pkgInterface *pki, TQWidget *parent=0, const TQString &caption=TQString());
~pkgOptions();
bool setup(TQPtrList<packageInfo> *pl, const TQString &type);
@@ -136,7 +136,7 @@ class pkgOptionsI: public pkgOptions
Q_OBJECT
TQ_OBJECT
public:
- pkgOptionsI(pkgInterface *pkg, TQWidget *tqparent = 0);
+ pkgOptionsI(pkgInterface *pkg, TQWidget *parent = 0);
TQString doPackages(int installFlags, TQPtrList<packageInfo> *p, bool &test);
};
@@ -147,7 +147,7 @@ class pkgOptionsU: public pkgOptions
Q_OBJECT
TQ_OBJECT
public:
- pkgOptionsU(pkgInterface *pkg, TQWidget *tqparent = 0);
+ pkgOptionsU(pkgInterface *pkg, TQWidget *parent = 0);
TQString doPackages(int installFlags, TQPtrList<packageInfo> *p, bool &test);
};