diff options
Diffstat (limited to 'kdevdesigner/designer/timestamp.h')
-rw-r--r-- | kdevdesigner/designer/timestamp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/timestamp.h b/kdevdesigner/designer/timestamp.h index 2c41b62a..ffe71c4b 100644 --- a/kdevdesigner/designer/timestamp.h +++ b/kdevdesigner/designer/timestamp.h @@ -37,7 +37,7 @@ class TimeStamp : public TQObject TQ_OBJECT public: - TimeStamp( TQObject *tqparent, const TQString &f ); + TimeStamp( TQObject *parent, const TQString &f ); void setFileName( const TQString &f ); TQString fileName() const; |