diff -r d85834ad8c54 -r 133e2ed6b9c5 editxlinkdialog.h --- a/editxlinkdialog.h Mon Aug 24 14:39:07 2009 +0000 +++ b/editxlinkdialog.h Thu Sep 03 08:52:00 2009 +0000 @@ -10,13 +10,15 @@ where you want to have crossreferences which don't fit on the same visible area */ +class BranchItem; + class EditXLinkDialog:public QDialog { Q_OBJECT public: EditXLinkDialog (QWidget *parent=0); - void setXLink (XLinkObj *); - void setSelection (LinkableMapObj *); + void setXLink (XLinkItem *); + void setSelection (BranchItem*); bool useSettingsGlobal(); bool deleteXLink(); @@ -29,8 +31,8 @@ private: Ui::EditXLinkDialog ui; bool delink; - XLinkObj *xlo; - LinkableMapObj *selection; + XLinkItem *xli; + BranchItem *selbi; }; #endif // EDITXLINKDIALOG_H