koFilterManager_p.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __koFilterManager_p_h__
00020 #define __koFilterManager_p_h__
00021
00022 #include <qstring.h>
00023 #include <qstringlist.h>
00024
00025 #include <kdialogbase.h>
00026
00027 class KListBox;
00028
00029
00030 class KoFilterChooser : public KDialogBase
00031 {
00032 Q_OBJECT
00033
00034 public:
00035 KoFilterChooser (QWidget *parent, const QStringList &mimeTypes,
00036 const QString &nativeFormat = QString::null);
00037 ~KoFilterChooser ();
00038
00039 QString filterSelected ();
00040
00041 private:
00042 QStringList m_mimeTypes;
00043 KListBox *m_filterList;
00044 };
00045
00046 #endif
This file is part of the documentation for lib Library Version 1.3.5.