kget
btdetailswidget.h
Go to the documentation of this file.00001 /* This file is part of the KDE project 00002 00003 Copyright (C) 2007 Lukas Appelhans <l.appelhans@gmx.de> 00004 00005 This program is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU General Public 00007 License as published by the Free Software Foundation; either 00008 version 2 of the License, or (at your option) any later version. 00009 */ 00010 00011 #ifndef BTDETAILSWIDGET_H 00012 #define BTDETAILSWIDGET_H 00013 00014 #include "ui_btdetailswidgetfrm.h" 00015 00016 #include <QWidget> 00017 00018 #include "core/observer.h" 00019 00020 class BTTransferHandler; 00021 00022 class BTDetailsWidget : public QWidget, public TransferObserver, public Ui::BTDetailsWidgetFrm 00023 { 00024 Q_OBJECT 00025 public: 00026 BTDetailsWidget(BTTransferHandler * transfer); 00027 ~BTDetailsWidget(); 00028 00029 void transferChangedEvent(TransferHandler * transfer); 00030 00031 private: 00032 BTTransferHandler * m_transfer; 00033 }; 00034 00035 #endif
KDE 4.2 API Reference