diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:44 -0600 |
commit | 4ba6286d9eaa3754119526dc1ac3435a341549cb (patch) | |
tree | 92749c4fa4e554fd060c8ac9aeb4d1490f05141c /estimation-scripts/enable-logging.diff | |
parent | 2cf12b3b4be272da465791312b82cfcc77704b9d (diff) | |
download | ktorrent-4ba6286d9eaa3754119526dc1ac3435a341549cb.tar.gz ktorrent-4ba6286d9eaa3754119526dc1ac3435a341549cb.zip |
Rename a number of classes to enhance compatibility with KDE4
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; |