- Use a capital "B" for Bittorrent class

This commit is contained in:
Christophe Dumez 2009-11-20 08:01:59 +00:00
parent 262b88930e
commit 4ee47ce2b8
24 changed files with 143 additions and 143 deletions

View file

@ -40,7 +40,7 @@ class TransferListWidget;
class QTimer;
class RealProgressBar;
class RealProgressBarThread;
class bittorrent;
class Bittorrent;
class TorrentFilesModel;
class PropListDelegate;
class QAction;
@ -60,7 +60,7 @@ private:
QTimer *refreshTimer;
RealProgressBar *progressBar;
RealProgressBarThread *progressBarUpdater;
bittorrent* BTSession;
Bittorrent* BTSession;
SlideState state;
TorrentFilesModel *PropListModel;
PropListDelegate *PropDelegate;
@ -105,10 +105,10 @@ public slots:
void reloadPreferences();
public:
PropertiesWidget(QWidget *parent, TransferListWidget *transferList, bittorrent* BTSession);
PropertiesWidget(QWidget *parent, TransferListWidget *transferList, Bittorrent* BTSession);
~PropertiesWidget();
const QTorrentHandle& getCurrentTorrent() const;
bittorrent* getBTSession() const;
Bittorrent* getBTSession() const;
};
#endif // PROPERTIESWIDGET_H