From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- drkonqi/drbugreport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drkonqi/drbugreport.h') 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 -- cgit v1.2.1