25 #ifndef IMPORTDIALOG_H
26 #define IMPORTDIALOG_H
28 #include <kdialogbase.h>
35 class ImportDialog : public KDialogBase
40 ImportDialog( const KURL &url, TQWidget *parent, bool isPart );
47 void dialogFinished( ImportDialog * );
48 void openURL( const KURL &, bool );
49 void newWindow( const KURL & );
50 void addResource( const KURL & );
55 TQRadioButton *mAddButton;
56 TQRadioButton *mMergeButton;
57 TQRadioButton *mOpenButton;
|