diff options
Diffstat (limited to 'ktimer/ktimer.h')
-rw-r--r-- | ktimer/ktimer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h index 0a646fb..41b1822 100644 --- a/ktimer/ktimer.h +++ b/ktimer/ktimer.h @@ -46,8 +46,8 @@ class KTimerJob : public TQObject { void *user(); void setUser( void *user ); - void load( KConfig *cfg, const TQString& grp ); - void save( KConfig *cfg, const TQString& grp ); + void load( TDEConfig *cfg, const TQString& grp ); + void save( TDEConfig *cfg, const TQString& grp ); public slots: void setDelay( unsigned sec ); @@ -101,8 +101,8 @@ class KTimerPref : public PrefWidget void remove(); void currentChanged( TQListViewItem * ); - void saveJobs( KConfig *cfg ); - void loadJobs( KConfig *cfg ); + void saveJobs( TDEConfig *cfg ); + void loadJobs( TDEConfig *cfg ); private slots: void jobChanged( KTimerJob *job ); |