diff options
Diffstat (limited to 'k9author/k9lvitemimport.h')
-rw-r--r-- | k9author/k9lvitemimport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9lvitemimport.h b/k9author/k9lvitemimport.h index 2b882f1..d466458 100644 --- a/k9author/k9lvitemimport.h +++ b/k9author/k9lvitemimport.h @@ -23,7 +23,7 @@ class k9LvItemImport: public TQListViewItem { public: enum eObjectType {ROOT,TITLE,CHAPTER}; - k9LvItemImport( TQListViewItem *tqparent,eObjectType _objectType); + k9LvItemImport( TQListViewItem *parent,eObjectType _objectType); ~k9LvItemImport(); virtual int rtti () const; eObjectType getObjectType() { return m_objectType;}; |