|
|
@ -604,7 +604,7 @@ TQString TDECModuleProxy::handbookSection() const
|
|
|
|
return realModule() ? realModule()->handbookSection() : TQString::null;
|
|
|
|
return realModule() ? realModule()->handbookSection() : TQString::null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|
/* This needs fixing, perhaps cache a TDEAboutData copy
|
|
|
|
/* This needs fixing, perhaps cache a handbookSection() copy
|
|
|
|
* while in root mode? */
|
|
|
|
* while in root mode? */
|
|
|
|
return TQString::null;
|
|
|
|
return TQString::null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|