editxlinkdialog.h
changeset 790 133e2ed6b9c5
parent 463 694f5e35e87c
child 847 43268373032d
     1.1 --- a/editxlinkdialog.h	Mon Aug 24 14:39:07 2009 +0000
     1.2 +++ b/editxlinkdialog.h	Thu Sep 03 08:52:00 2009 +0000
     1.3 @@ -10,13 +10,15 @@
     1.4  where you want to have crossreferences which don't fit on the same visible area
     1.5  */
     1.6  
     1.7 +class BranchItem;
     1.8 +
     1.9  class EditXLinkDialog:public QDialog
    1.10  {
    1.11  	Q_OBJECT
    1.12  public:
    1.13  	EditXLinkDialog (QWidget *parent=0);
    1.14 -	void setXLink (XLinkObj *);
    1.15 -	void setSelection (LinkableMapObj *);
    1.16 +	void setXLink (XLinkItem *);
    1.17 +	void setSelection (BranchItem*);
    1.18  	bool useSettingsGlobal();
    1.19  	bool deleteXLink();
    1.20  
    1.21 @@ -29,8 +31,8 @@
    1.22  private:
    1.23  	Ui::EditXLinkDialog ui;
    1.24  	bool delink;
    1.25 -	XLinkObj *xlo;
    1.26 -	LinkableMapObj *selection;
    1.27 +	XLinkItem *xli;
    1.28 +	BranchItem *selbi;
    1.29  };
    1.30  
    1.31  #endif // EDITXLINKDIALOG_H