diff options
author | Michele Calgaro <[email protected]> | 2020-12-07 22:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-07 22:58:44 +0900 |
commit | 145abc15d57fb29701a12e8a14dcb9c1fd72e9be (patch) | |
tree | fbb4f2f737ec6f4e8a85bea5f2ca2257d20d7e22 /konqueror/preloader/configure.in.in | |
parent | d95494d97233919fa0b2eebf60759537b793e05b (diff) | |
download | tdebase-145abc15d57fb29701a12e8a14dcb9c1fd72e9be.tar.gz tdebase-145abc15d57fb29701a12e8a14dcb9c1fd72e9be.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konqueror/preloader/configure.in.in')
-rw-r--r-- | konqueror/preloader/configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/preloader/configure.in.in b/konqueror/preloader/configure.in.in index 315b23c97..a581917cb 100644 --- a/konqueror/preloader/configure.in.in +++ b/konqueror/preloader/configure.in.in @@ -1,5 +1,5 @@ dnl check whether mallinfo() is available and which fields to use to find out memory usage -dnl it's used in konq_mainwindow.cc +dnl it's used in konq_mainwindow.cpp dnl warning, ugly code ahead dnl some implementations have mallinfo() in stdlib.h, others in malloc.h dnl fields showing memory usage should be hblkhd, uordblks and usmblks, |