diff options
Diffstat (limited to 'xparts/src/kde/xparthost_kpart.h')
-rw-r--r-- | xparts/src/kde/xparthost_kpart.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xparts/src/kde/xparthost_kpart.h b/xparts/src/kde/xparthost_kpart.h index 527178d2..9428fc0a 100644 --- a/xparts/src/kde/xparthost_kpart.h +++ b/xparts/src/kde/xparthost_kpart.h @@ -7,7 +7,7 @@ class XPart_stub; class KBrowserSignals; -class QXEmbed; +class TQXEmbed; /** @@ -21,8 +21,8 @@ class XPartHost_KPart : public KParts::ReadOnlyPart, public XPartHost { Q_OBJECT public: - XPartHost_KPart( TQWidget *parentWidget, const char *widgetName, - TQObject *parent, const char *name ); + XPartHost_KPart( TTQWidget *parentWidget, const char *widgetName, + TTQObject *parent, const char *name ); virtual ~XPartHost_KPart(); // DCOP stuff @@ -36,18 +36,18 @@ public: // KPart signals /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC createActions( const TQCString &xmlActions ); + virtual ASYNC createActions( const TTQCString &xmlActions ); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC setWindowCaption( const TQString &caption ); + virtual ASYNC setWindowCaption( const TTQString &caption ); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC setStatusBarText( const TQString &text ); + virtual ASYNC setStatusBarText( const TTQString &text ); /** Emitted by the XPart, to be transfered to the KPart host */ virtual ASYNC started(); /** Emitted by the XPart, to be transfered to the KPart host */ virtual ASYNC completed(); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC canceled( const TQString &errMsg ); + virtual ASYNC canceled( const TTQString &errMsg ); // reimplemented from KReadOnlyPart /** function called by the KPart host to be forwarded to the XPart */ @@ -68,7 +68,7 @@ private: DCOPRef m_part; XPart_stub *m_stub; KBrowserSignals *be; - QXEmbed *embed; + TQXEmbed *embed; }; #endif |