diff options
Diffstat (limited to 'kpackage/packageProperties.h')
-rw-r--r-- | kpackage/packageProperties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/packageProperties.h b/kpackage/packageProperties.h index aca2103..c9d95a0 100644 --- a/kpackage/packageProperties.h +++ b/kpackage/packageProperties.h @@ -56,7 +56,7 @@ class packagePropertiesWidget : public KTextBrowser ///////////// METHODS ------------------------------------------------------ public: - packagePropertiesWidget(TQWidget *tqparent=0); + packagePropertiesWidget(TQWidget *parent=0); // constructor ~packagePropertiesWidget(); |