diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
commit | 7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f (patch) | |
tree | c76702a7f6310fbe9d437e347535422e836e94e9 /tdeui/kbugreport.h | |
parent | a2a38be7600e2a2c2b49c66902d912ca036a2c0f (diff) | |
parent | 27bbee9a5f9dcda53d8eb23863ee670ad1360e41 (diff) | |
download | tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.tar.gz tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'tdeui/kbugreport.h')
-rw-r--r-- | tdeui/kbugreport.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tdeui/kbugreport.h b/tdeui/kbugreport.h index cff575dad..aec61d668 100644 --- a/tdeui/kbugreport.h +++ b/tdeui/kbugreport.h @@ -24,8 +24,8 @@ class TQMultiLineEdit; class TQLineEdit; class TQHButtonGroup; -class KProcess; -class KAboutData; +class TDEProcess; +class TDEAboutData; class KBugReportPrivate; /** @@ -33,9 +33,9 @@ class KBugReportPrivate; * * All the information needed by the dialog box * (program name, version, bug-report address, etc.) - * comes from the KAboutData class. - * Make sure you create an instance of KAboutData and pass it - * to KCmdLineArgs. + * comes from the TDEAboutData class. + * Make sure you create an instance of TDEAboutData and pass it + * to TDECmdLineArgs. * * @author David Faure <faure@kde.org> */ @@ -49,7 +49,7 @@ public: * since KHelpMenu takes care of the menu item * for "Report Bug..." and of creating a KBugReport dialog. */ - KBugReport( TQWidget * parent = 0L, bool modal=true, const KAboutData *aboutData = 0L ); + KBugReport( TQWidget * parent = 0L, bool modal=true, const TDEAboutData *aboutData = 0L ); /** * Destructor */ @@ -57,7 +57,7 @@ public: protected slots: /** - * "Configure email" has been clicked - this calls kcmshell System/email + * "Configure email" has been clicked - this calls tdecmshell System/email */ virtual void slotConfigureEmail(); /** @@ -100,8 +100,8 @@ protected: */ bool sendBugReport(); - KProcess * m_process; - const KAboutData * m_aboutData; + TDEProcess * m_process; + const TDEAboutData * m_aboutData; TQMultiLineEdit * m_lineedit; TQLineEdit * m_subject; |