summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/viewmanager.h
diff options
context:
space:
mode:
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();