summaryrefslogtreecommitdiffstats
path: root/tdeui/kbugreport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kbugreport.cpp')
-rw-r--r--tdeui/kbugreport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp
index 1812487c1..a6267b039 100644
--- a/tdeui/kbugreport.cpp
+++ b/tdeui/kbugreport.cpp
@@ -491,7 +491,7 @@ bool KBugReport::sendBugReport()
TQString command;
command = locate("exe", "tdesendbugmail");
if (command.isEmpty())
- command = KStandardDirs::findExe( TQString::fromLatin1("tdesendbugmail") );
+ command = TDEStandardDirs::findExe( TQString::fromLatin1("tdesendbugmail") );
KTempFile outputfile;
outputfile.close();