diff options
Diffstat (limited to 'drkonqi/drbugreport.h')
-rw-r--r-- | drkonqi/drbugreport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drkonqi/drbugreport.h b/drkonqi/drbugreport.h index f2209ec23..d1e98e028 100644 --- a/drkonqi/drbugreport.h +++ b/drkonqi/drbugreport.h @@ -40,14 +40,14 @@ public: /** * Constructor. */ - DrKBugReport(QWidget *parent = 0, bool modal = true, + DrKBugReport(TQWidget *parent = 0, bool modal = true, const KAboutData *aboutData = 0); public: /** * Allows the debugger to set the default text in the editor. */ - void setText(const QString &str); + void setText(const TQString &str); protected slots: /** @@ -56,7 +56,7 @@ protected slots: virtual void slotOk( void ); private: - QString m_startstring; + TQString m_startstring; }; #endif |