diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:47:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:47:22 -0600 |
commit | 28edc0aa2ab09297288186f5bc15765eb7be58c0 (patch) | |
tree | 7b7a01768b3781763186c825af21bb14717d2c32 /tdeui/kbugreport.h | |
parent | 07c48c43ff72c237e4028154f4594102b798073f (diff) | |
download | tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/kbugreport.h')
-rw-r--r-- | tdeui/kbugreport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kbugreport.h b/tdeui/kbugreport.h index 2c60b091b..b8ddd39f7 100644 --- a/tdeui/kbugreport.h +++ b/tdeui/kbugreport.h @@ -24,7 +24,7 @@ class TQMultiLineEdit; class TQLineEdit; class TQHButtonGroup; -class KProcess; +class TDEProcess; class TDEAboutData; class KBugReportPrivate; @@ -100,7 +100,7 @@ protected: */ bool sendBugReport(); - KProcess * m_process; + TDEProcess * m_process; const TDEAboutData * m_aboutData; TQMultiLineEdit * m_lineedit; |