diff options
Diffstat (limited to 'src/svnfrontend/fronthelpers/propertylist.h')
-rw-r--r-- | src/svnfrontend/fronthelpers/propertylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/fronthelpers/propertylist.h b/src/svnfrontend/fronthelpers/propertylist.h index be4cd81..5751340 100644 --- a/src/svnfrontend/fronthelpers/propertylist.h +++ b/src/svnfrontend/fronthelpers/propertylist.h @@ -31,7 +31,7 @@ class Propertylist : public KListView Q_OBJECT TQ_OBJECT public: - Propertylist(TQWidget *tqparent = 0, const char *name = 0); + Propertylist(TQWidget *parent = 0, const char *name = 0); ~Propertylist(); bool checkExisting(const TQString&aName,TQListViewItem*it=0); |