diff -r 694f5e35e87c -r c79486b7cb4b editxlinkdialog.h --- a/editxlinkdialog.h Wed Apr 25 16:02:54 2007 +0000 +++ b/editxlinkdialog.h Fri Nov 27 13:31:21 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