summaryrefslogtreecommitdiffstats
path: root/kompare/komparepart/kompare_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kompare/komparepart/kompare_part.h')
-rw-r--r--kompare/komparepart/kompare_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kompare/komparepart/kompare_part.h b/kompare/komparepart/kompare_part.h
index c2ed918e..721d7afc 100644
--- a/kompare/komparepart/kompare_part.h
+++ b/kompare/komparepart/kompare_part.h
@@ -76,8 +76,8 @@ public:
// Sessionmanagement stuff, added to the kompare iface
// because they are not in the Part class where they belong
// Should be added when bic changes are allowed again (kde 4.0)
- virtual int readProperties( KConfig *config );
- virtual int saveProperties( KConfig *config );
+ virtual int readProperties( TDEConfig *config );
+ virtual int saveProperties( TDEConfig *config );
// this one is called when the shell_app is about to close.
// we need it now to save the properties of the part when apps dont (can't)
// use the readProperties and saveProperties methods