diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-29 16:53:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-29 16:53:43 -0500 |
commit | 0123a06b97d330ae80ca32748fc25aff911d2322 (patch) | |
tree | a0955cd11596e9df4f407f2aea99b93e8389af1d /tdeui/kbugreport.h | |
parent | b40b76cc05cd1bdb22d2613096367bd79574f370 (diff) | |
download | tdelibs-0123a06b97d330ae80ca32748fc25aff911d2322.tar.gz tdelibs-0123a06b97d330ae80ca32748fc25aff911d2322.zip |
Export compilation time data to DrKonqi
Diffstat (limited to 'tdeui/kbugreport.h')
-rw-r--r-- | tdeui/kbugreport.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tdeui/kbugreport.h b/tdeui/kbugreport.h index aec61d668..e95c49902 100644 --- a/tdeui/kbugreport.h +++ b/tdeui/kbugreport.h @@ -1,5 +1,6 @@ /* This file is part of the KDE project Copyright (C) 1999 David Faure <faure@kde.org> + Copyright (C) 2014 Timothy Pearson <kb9vqf@pearsoncomputing.net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -55,6 +56,10 @@ public: */ virtual ~KBugReport(); + TQString compilerVersion(); + TQString operatingSystem(); + TQString tdeVersion(); + protected slots: /** * "Configure email" has been clicked - this calls tdecmshell System/email |