providerdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KNEWSTUFF_PROVIDERDIALOG_H
00021 #define KNEWSTUFF_PROVIDERDIALOG_H
00022
00023 #include <kdialogbase.h>
00024
00025 class KListView;
00026
00027 namespace KNS {
00028
00029 class Provider;
00030 class Engine;
00031
00043 class ProviderDialog : public KDialogBase
00044 {
00045 Q_OBJECT
00046 public:
00053 ProviderDialog( Engine *engine, QWidget *parent );
00054
00058 void clear();
00059
00063 void addProvider( Provider * );
00064
00065 protected slots:
00066 void slotOk();
00067
00068 private:
00069 Engine *mEngine;
00070
00071 KListView *mListView;
00072 };
00073
00074 }
00075
00076 #endif
This file is part of the documentation for knewstuff Library Version 3.4.1.