diff options
Diffstat (limited to 'quanta/project/project.h')
-rw-r--r-- | quanta/project/project.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/project/project.h b/quanta/project/project.h index 9014d16f..42d18fef 100644 --- a/quanta/project/project.h +++ b/quanta/project/project.h @@ -36,7 +36,7 @@ typedef TQMap<TQString, TQValueList<EventAction> > EventActions; *@author Yacovlev Alexander & Dmitry Poplavsky & Andras Mantia & Jens Herden */ -class KConfig; +class TDEConfig; class KMainWindow; struct TeamMember { @@ -80,7 +80,7 @@ public: KURL::List files(); void insertFile( const KURL& nameURL, bool repaint ); - void readConfig(KConfig *); + void readConfig(TDEConfig *); /** loads the last project again if reload == true but checks in any case if there is a left over project from a crash */ |