summaryrefslogtreecommitdiffstats
path: root/kio/kfile
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /kio/kfile
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'kio/kfile')
-rw-r--r--kio/kfile/kdiskfreesp.h2
-rw-r--r--kio/kfile/kfile.h2
-rw-r--r--kio/kfile/kpreviewwidgetbase.h2
-rw-r--r--kio/kfile/krecentdirs.h2
-rw-r--r--kio/kfile/tests/kcustommenueditortest.cpp2
-rw-r--r--kio/kfile/tests/kfstest.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/kio/kfile/kdiskfreesp.h b/kio/kfile/kdiskfreesp.h
index 5fccfe3b0..b7286f2df 100644
--- a/kio/kfile/kdiskfreesp.h
+++ b/kio/kfile/kdiskfreesp.h
@@ -29,7 +29,7 @@
#include <tqobject.h>
#include <tqstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KProcess;
diff --git a/kio/kfile/kfile.h b/kio/kfile/kfile.h
index 91f4f4599..8e6541cb3 100644
--- a/kio/kfile/kfile.h
+++ b/kio/kfile/kfile.h
@@ -20,7 +20,7 @@
#include <tqdir.h>
-#include "kdelibs_export.h"
+#include "tdelibs_export.h"
/**
* KFile is a class which provides a namespace for some enumerated
diff --git a/kio/kfile/kpreviewwidgetbase.h b/kio/kfile/kpreviewwidgetbase.h
index 05176964f..e4c77c600 100644
--- a/kio/kfile/kpreviewwidgetbase.h
+++ b/kio/kfile/kpreviewwidgetbase.h
@@ -24,7 +24,7 @@
#include <tqptrdict.h>
#include <tqwidget.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KURL;
diff --git a/kio/kfile/krecentdirs.h b/kio/kfile/krecentdirs.h
index 439fb6fe0..e8c6c9419 100644
--- a/kio/kfile/krecentdirs.h
+++ b/kio/kfile/krecentdirs.h
@@ -30,7 +30,7 @@
#include <tqstringlist.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
/**
* The goal of this class is to make sure that, when the user needs to
diff --git a/kio/kfile/tests/kcustommenueditortest.cpp b/kio/kfile/tests/kcustommenueditortest.cpp
index 532297d0c..859e75452 100644
--- a/kio/kfile/tests/kcustommenueditortest.cpp
+++ b/kio/kfile/tests/kcustommenueditortest.cpp
@@ -5,7 +5,7 @@
int main(int argc, char** argv)
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KApplication app(argc, argv, "KCustomMenuEditorTest");
KCustomMenuEditor editor(0);
KConfig *cfg = new KConfig("kdesktop_custom_menu2");
diff --git a/kio/kfile/tests/kfstest.cpp b/kio/kfile/tests/kfstest.cpp
index 48c8a1a2b..aad57b257 100644
--- a/kio/kfile/tests/kfstest.cpp
+++ b/kio/kfile/tests/kfstest.cpp
@@ -143,7 +143,7 @@ int main(int argc, char **argv)
TQString::tqfromLatin1("*|All Files\n"
"*.lo *.o *.la|All libtool Files"),
0, 0, true);
-// dlg.setFilter( "*.kdevelop" );
+// dlg.setFilter( "*.tdevelop" );
dlg.setMode( (KFile::Mode) (KFile::Files |
KFile::Directory |
KFile::ExistingOnly |