kget
btspeedlimits.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef BTSPEEDLIMITS_H
00012 #define BTSPEEDLIMITS_H
00013
00014 #include "ui_btspeedlimits.h"
00015
00016 #include "bttransferhandler.h"
00017
00018 #include <KDialog>
00019
00020 class BTSpeedLimits : public KDialog, public Ui::BTSpeedLimits
00021 {
00022 Q_OBJECT
00023 public:
00024 BTSpeedLimits(BTTransferHandler * handler, QWidget *parent = 0);
00025
00026 private slots:
00027 void setSpeedLimits();
00028
00029 private:
00030 BTTransferHandler * m_handler;
00031 };
00032
00033 #endif