22 #include <kapplication.h>
24 #include "historyprovider.h"
26 using namespace KParts;
27 template class TQDict<void>;
31 class HistoryProvider::HistoryProviderPrivate
34 HistoryProviderPrivate()
48 : TQObject( parent, name )
53 d =
new HistoryProviderPrivate;
66 return (
bool) d->dict.find( item );
72 d->dict.replace( item, (
void*) 1 );
78 (void) d->dict.remove( item );
87 void HistoryProvider::virtual_hook(
int,
void* )
90 #include "historyprovider.moc"