From 4bb787f41f7cdefac2aac33ef59317b7157302c1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:38:13 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- ktimer/ktimer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ktimer/ktimer.h') 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 ); -- cgit v1.2.1