summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:24:20 +0900
commit4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch)
tree3fb0957e93160f69f55942fff50a2ad496bf4f4c /tdeio/tdeio
parent19f44e5ff3756172540e768fc0d08d761f0c374e (diff)
downloadtdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz
tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio/tdeio')
-rw-r--r--tdeio/tdeio/kmimetypechooser.cpp2
-rw-r--r--tdeio/tdeio/tdefileitem.cpp2
-rw-r--r--tdeio/tdeio/tdefileitem.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tdeio/kmimetypechooser.cpp b/tdeio/tdeio/kmimetypechooser.cpp
index 72fdf925e..758cd4940 100644
--- a/tdeio/tdeio/kmimetypechooser.cpp
+++ b/tdeio/tdeio/kmimetypechooser.cpp
@@ -192,7 +192,7 @@ void KMimeTypeChooser::editMimeType()
if ( !(d->lvMimeTypes->currentItem() && (d->lvMimeTypes->currentItem())->parent()) )
return;
TQString mt = (d->lvMimeTypes->currentItem()->parent())->text( 0 ) + "/" + (d->lvMimeTypes->currentItem())->text( 0 );
- // thanks to libkonq/konq_operations.cc
+ // thanks to libkonq/konq_operations.cpp
connect( KSycoca::self(), TQT_SIGNAL(databaseChanged()),
this, TQT_SLOT(slotSycocaDatabaseChanged()) );
TQString keditfiletype = TQString::fromLatin1("keditfiletype");
diff --git a/tdeio/tdeio/tdefileitem.cpp b/tdeio/tdeio/tdefileitem.cpp
index 7b4c7ccd3..7af8aae39 100644
--- a/tdeio/tdeio/tdefileitem.cpp
+++ b/tdeio/tdeio/tdefileitem.cpp
@@ -172,7 +172,7 @@ void KFileItem::init( bool _determineMimeTypeOnDemand )
if ( KDE_stat( path.data(), &buf ) == 0 ) {
mode = buf.st_mode;
}
- else { // link pointing to nowhere (see tdeio/file/file.cc)
+ else { // link pointing to nowhere (see tdeio/file/file.cpp)
mode = (S_IFMT-1) | S_IRWXU | S_IRWXG | S_IRWXO;
}
}
diff --git a/tdeio/tdeio/tdefileitem.h b/tdeio/tdeio/tdefileitem.h
index b0dd9b4b8..171b611e3 100644
--- a/tdeio/tdeio/tdefileitem.h
+++ b/tdeio/tdeio/tdefileitem.h
@@ -30,7 +30,7 @@
#include <kmimetype.h>
#include <tdefilemetainfo.h>
-#define TDEFILEITEM_HAS_ISWRITABLE // only used in libkonq/konq_iconviewwidget.cc, will be removed for 3.4
+#define TDEFILEITEM_HAS_ISWRITABLE // only used in libkonq/konq_iconviewwidget.cpp, will be removed for 3.4
/**
* A KFileItem is a generic class to handle a file, local or remote.