diff options
Diffstat (limited to 'k9author/k9newtitle.h')
-rw-r--r-- | k9author/k9newtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9newtitle.h b/k9author/k9newtitle.h index 2b24d02..7b2ed9a 100644 --- a/k9author/k9newtitle.h +++ b/k9author/k9newtitle.h @@ -28,7 +28,7 @@ private: TQString m_fileName; TQImage m_image; public: - k9NewTitle(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + k9NewTitle(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~k9NewTitle(); void setK9Import ( k9Import* _value ); |