diff options
-rw-r--r-- | smb4k.kdevses | 2 | ||||
-rw-r--r-- | smb4k/core/smb4kbookmark.cpp | 2 | ||||
-rw-r--r-- | smb4k/core/smb4knetworkitems.cpp | 2 | ||||
-rw-r--r-- | smb4k/core/smb4kpreviewitem.cpp | 2 | ||||
-rw-r--r-- | smb4k/core/smb4kprintinfo.cpp | 2 | ||||
-rw-r--r-- | smb4k/core/smb4kscanner.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/smb4k.kdevses b/smb4k.kdevses index 9145cd1..c8a01d3 100644 --- a/smb4k.kdevses +++ b/smb4k.kdevses @@ -40,7 +40,7 @@ <executable path="" params="" /> <valgrind path="" params="" /> <calltree path="" params="" /> - <kcachegrind path="" /> + <tdecachegrind path="" /> </kdevvalgrind> </pluginList> </KDevPrjSession> diff --git a/smb4k/core/smb4kbookmark.cpp b/smb4k/core/smb4kbookmark.cpp index 1e02dd2..f26383f 100644 --- a/smb4k/core/smb4kbookmark.cpp +++ b/smb4k/core/smb4kbookmark.cpp @@ -26,7 +26,7 @@ ***************************************************************************/ // KDE includes -#include <ksocketaddress.h> +#include <tdesocketaddress.h> // application specific includes #include "smb4kbookmark.h" diff --git a/smb4k/core/smb4knetworkitems.cpp b/smb4k/core/smb4knetworkitems.cpp index 9bf9f1a..16bba68 100644 --- a/smb4k/core/smb4knetworkitems.cpp +++ b/smb4k/core/smb4knetworkitems.cpp @@ -26,7 +26,7 @@ // KDE includes #include <klocale.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> // application specific includes #include "smb4knetworkitems.h" diff --git a/smb4k/core/smb4kpreviewitem.cpp b/smb4k/core/smb4kpreviewitem.cpp index 98c9dba..d97a367 100644 --- a/smb4k/core/smb4kpreviewitem.cpp +++ b/smb4k/core/smb4kpreviewitem.cpp @@ -24,7 +24,7 @@ ***************************************************************************/ // KDE includes -#include <ksocketaddress.h> +#include <tdesocketaddress.h> // application specific includes #include "smb4kpreviewitem.h" diff --git a/smb4k/core/smb4kprintinfo.cpp b/smb4k/core/smb4kprintinfo.cpp index daca02e..1310ef7 100644 --- a/smb4k/core/smb4kprintinfo.cpp +++ b/smb4k/core/smb4kprintinfo.cpp @@ -24,7 +24,7 @@ ***************************************************************************/ // KDE includes -#include <ksocketaddress.h> +#include <tdesocketaddress.h> // application specific includes #include "smb4kprintinfo.h" diff --git a/smb4k/core/smb4kscanner.cpp b/smb4k/core/smb4kscanner.cpp index 8bb704e..bd373b7 100644 --- a/smb4k/core/smb4kscanner.cpp +++ b/smb4k/core/smb4kscanner.cpp @@ -32,7 +32,7 @@ #include <klocale.h> #include <kapplication.h> #include <kdebug.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> // system includes #include <stdlib.h> |