summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/viewmanager.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:44 -0600
commitd46a1fe34693137bbc38a0a79593af420ea0914b (patch)
tree038dbf461083bda9b7a6398908572591a80012d3 /apps/ktorrent/viewmanager.h
parent604bf3f969d880708ea9a1affce0b304c29e6ff5 (diff)
downloadktorrent-d46a1fe34693137bbc38a0a79593af420ea0914b.tar.gz
ktorrent-d46a1fe34693137bbc38a0a79593af420ea0914b.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'apps/ktorrent/viewmanager.h')
-rw-r--r--apps/ktorrent/viewmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/ktorrent/viewmanager.h b/apps/ktorrent/viewmanager.h
index 1c959aa..67025aa 100644
--- a/apps/ktorrent/viewmanager.h
+++ b/apps/ktorrent/viewmanager.h
@@ -24,7 +24,7 @@
#include <tqvaluelist.h>
#include <interfaces/guiinterface.h>
-class KConfig;
+class TDEConfig;
class KTabWidget;
class KTorrentView;
class KTorrent;
@@ -44,10 +44,10 @@ public:
KTorrentView* newView();
/// Save all views
- void saveViewState(KConfig* cfg);
+ void saveViewState(TDEConfig* cfg);
/// Restore all views from configuration
- void restoreViewState(KConfig* cfg,KTorrent* ktor);
+ void restoreViewState(TDEConfig* cfg,KTorrent* ktor);
/// Start all selected downloads in the current view
void startDownloads();