@ -32,7 +32,7 @@
class KCHMBookmarkWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0);
virtual ~KCHMBookmarkWindow() {};
@ -31,7 +31,7 @@
class KCHMContentsWindow : public KQListView
KCHMContentsWindow( TQWidget *parent = 0, const char *name = 0 );
~KCHMContentsWindow();
class KCHMDialogChooseUrlFromList : public TQDialog
KCHMDialogChooseUrlFromList (const TQStringList& urls, const TQStringList& titles, TQWidget* parent);
TQString getSelectedItemUrl() { return m_acceptedurl; }
@ -33,7 +33,7 @@
class KCHMIndexWindow : public TQWidget
KCHMIndexWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
@ -58,7 +58,7 @@ class KCHMUserEvent : public TQEvent
class KCHMMainWindow : public KQMainWindow
KCHMMainWindow();
@ -27,7 +27,7 @@
class KCHMNavToolbar : public TQToolBar
KCHMNavToolbar( KCHMMainWindow *parent );
~KCHMNavToolbar();
@ -36,7 +36,7 @@ namespace QtAs { class Index; };
class KCHMSearchEngine : public TQObject
KCHMSearchEngine();
@ -65,7 +65,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l );
class Index : public TQObject
struct Entry
@ -34,7 +34,7 @@
class KCHMSearchAndViewToolbar : public TQToolBar
KCHMSearchAndViewToolbar (KCHMMainWindow *parent);
@ -37,7 +37,7 @@ class KCHMSearchEngine;
class KCHMClickableLabel : public TQLabel
KCHMClickableLabel( const TQString& label, TQWidget * parent )
: TQLabel( label, parent ) {};
@ -55,7 +55,7 @@ class KCHMClickableLabel : public TQLabel
class KCHMSearchWindow : public TQWidget
KCHMSearchWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
class KCHMViewWindow_QTextBrowser : public TQTextBrowser, public KCHMViewWindow
KCHMViewWindow_QTextBrowser( TQTabWidget * parent );
~KCHMViewWindow_QTextBrowser();
class KCHMViewWindowMgr : public TQTabWidget
KCHMViewWindowMgr( TQWidget *parent = 0 );
~KCHMViewWindowMgr( );
@ -30,7 +30,7 @@
class KCHMDCOPIface : public TQObject, public DCOPObject
// TQ_OBJECT
//
K_DCOP
@ -45,7 +45,7 @@
class KCHMViewWindow_KHTMLPart : public KHTMLPart, public KCHMViewWindow
KCHMViewWindow_KHTMLPart( TQTabWidget * parent );
~KCHMViewWindow_KHTMLPart();