koeditpath.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef __KOEditPathDia__
00021 #define __KOEditPathDia__
00022
00023 #include <kdialogbase.h>
00024 #include <qstringlist.h>
00025 class KEditListBox;
00026 class KURLRequester;
00027 class QCheckBox;
00028
00029 class KoEditPathDia : public KDialogBase
00030 {
00031 Q_OBJECT
00032 public:
00033 KoEditPathDia( const QString & _path, QWidget *parent, const char *name );
00034 QString newPath()const;
00035
00036 private:
00037 KEditListBox *m_listpath;
00038 KURLRequester *urlReq;
00039 };
00040
00041 class KoChangePathDia : public KDialogBase
00042 {
00043 Q_OBJECT
00044 public:
00045 KoChangePathDia( const QString & _path, QWidget *parent, const char *name );
00046 QString newPath()const;
00047 private slots:
00048 void slotChangeDefaultValue( bool );
00049 private:
00050 KURLRequester *m_urlReq;
00051 QCheckBox *m_defaultPath;
00052 };
00053
00054 #endif
This file is part of the documentation for lib Library Version 1.3.5.