@ -56,7 +56,7 @@ KerryApplication::KerryApplication() : KUniqueApplication(),
KerryApplication : : ~ KerryApplication ( )
{
if ( hitListWindow ) {
K Config * config = TDEGlobal : : config ( ) ;
TDE Config * config = TDEGlobal : : config ( ) ;
config - > writeEntry ( " History " , hitListWindow - > editSearch - > historyItems ( ) ) ;
config - > writeEntry ( " DialogSize " , hitListWindow - > size ( ) ) ;
config - > sync ( ) ;
@ -88,7 +88,7 @@ void KerryApplication::init(const TDEAboutData* /*about*/)
if ( hitListWindow )
return ;
K Config * config = TDEGlobal : : config ( ) ;
TDE Config * config = TDEGlobal : : config ( ) ;
config - > setGroup ( " General " ) ;
hitListWindow = new SearchDlg ( ) ;
@ -187,7 +187,7 @@ void KerryApplication::quitKerry()
{
int autoStart = KMessageBox : : questionYesNoCancel ( 0L , i18n ( " Should Kerry start automatically \n when you login? " ) , i18n ( " Automatically Start Kerry? " ) , i18n ( " &Start " ) , i18n ( " &Do Not Start " ) ) ;
K Config * config = TDEGlobal : : config ( ) ;
TDE Config * config = TDEGlobal : : config ( ) ;
config - > setGroup ( " General " ) ;
if ( autoStart = = KMessageBox : : Yes ) {
config - > writeEntry ( " AutoStart " , true ) ;
@ -215,7 +215,7 @@ void KerryApplication::quitKerry()
void KerryApplication : : clearHistory ( )
{
hitListWindow - > editSearch - > clearHistory ( ) ;
K Config * config = TDEGlobal : : config ( ) ;
TDE Config * config = TDEGlobal : : config ( ) ;
config - > writeEntry ( " History " , TQString ( ) ) ;
config - > sync ( ) ;
}
@ -230,7 +230,7 @@ void KerryApplication::configure()
void KerryApplication : : configChanged ( )
{
K Config * config = TDEGlobal : : config ( ) ;
TDE Config * config = TDEGlobal : : config ( ) ;
globalKeys - > readSettings ( config ) ;
globalKeys - > updateConnections ( ) ;
}