summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/viewmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/viewmanager.cpp')
-rw-r--r--apps/ktorrent/viewmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/viewmanager.cpp b/apps/ktorrent/viewmanager.cpp
index 2d75635..45a99a0 100644
--- a/apps/ktorrent/viewmanager.cpp
+++ b/apps/ktorrent/viewmanager.cpp
@@ -43,7 +43,7 @@ KTorrentView* ViewManager::newView()
return v;
}
-void ViewManager::saveViewState(KConfig* cfg)
+void ViewManager::saveViewState(TDEConfig* cfg)
{
TQStringList cv;
int idx = 0;
@@ -56,7 +56,7 @@ void ViewManager::saveViewState(KConfig* cfg)
cfg->writeEntry("current_views",cv);
}
-void ViewManager::restoreViewState(KConfig* cfg,KTorrent* ktor)
+void ViewManager::restoreViewState(TDEConfig* cfg,KTorrent* ktor)
{
TQStringList def;
def.append(i18n("Downloads"));