diff options
Diffstat (limited to 'estimation-scripts/enable-logging.diff')
-rw-r--r-- | estimation-scripts/enable-logging.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/estimation-scripts/enable-logging.diff b/estimation-scripts/enable-logging.diff index 2c033e7..172b6cf 100644 --- a/estimation-scripts/enable-logging.diff +++ b/estimation-scripts/enable-logging.diff @@ -17,7 +17,7 @@ Index: estimation-scripts/enable-logging.diff - -@@ -77,6 +78,9 @@ - KTorrentViewItem::KTorrentViewItem(QListView* parent,bt::TorrentControl* tc) -- : KListViewItem(parent),tc(tc) +- : TDEListViewItem(parent),tc(tc) - { -+ toLog = true; -+ counter = 1; @@ -126,7 +126,7 @@ Index: apps/ktorrent/ktorrentviewitem.cpp @@ -78,6 +81,9 @@ KTorrentViewItem::KTorrentViewItem(QListView* parent,TorrentInterface* tc) - : KListViewItem(parent),tc(tc) + : TDEListViewItem(parent),tc(tc) { + toLog = true; + counter = 1; |