diff options
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 <[email protected]> + Copyright (C) 2014 Timothy Pearson <[email protected]> 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 |