diff options
Diffstat (limited to 'kbabel/catalogmanager/multiroughtransdlg.h')
-rw-r--r-- | kbabel/catalogmanager/multiroughtransdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/catalogmanager/multiroughtransdlg.h b/kbabel/catalogmanager/multiroughtransdlg.h index 8bda58e2..cdc4d1ed 100644 --- a/kbabel/catalogmanager/multiroughtransdlg.h +++ b/kbabel/catalogmanager/multiroughtransdlg.h @@ -42,7 +42,7 @@ class MultiRoughTransDlg : public RoughTransDlg Q_OBJECT public: - MultiRoughTransDlg(KBabelDictBox* dictBox, QPtrList<CatManListItem> list, QWidget *parent + MultiRoughTransDlg(KBabelDictBox* dictBox, TQPtrList<CatManListItem> list, TQWidget *parent , const char *name=0); protected slots: @@ -56,7 +56,7 @@ protected slots: private: - QPtrList<CatManListItem> _fileList; + TQPtrList<CatManListItem> _fileList; KProgress *filesProgressbar; }; |