summaryrefslogtreecommitdiffstats
path: root/networkstatus
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:13 -0600
commit0ae5679aa160245af248836e1d7743aeff63f2e1 (patch)
tree64608dccc9bfd57800995a414f6287b7605ca637 /networkstatus
parentd3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff)
downloadtdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz
tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip
Additional kde to tde renaming
Diffstat (limited to 'networkstatus')
-rw-r--r--networkstatus/CMakeLists.txt10
-rw-r--r--networkstatus/clientiface.h2
-rw-r--r--networkstatus/clientifaceimpl.cpp2
-rw-r--r--networkstatus/clientifaceimpl.h2
-rw-r--r--networkstatus/connectionmanager.cpp2
-rw-r--r--networkstatus/network.cpp2
-rw-r--r--networkstatus/network.h2
-rw-r--r--networkstatus/networkstatus.cpp2
-rw-r--r--networkstatus/networkstatus.h2
-rw-r--r--networkstatus/networkstatuscommon.cpp2
-rw-r--r--networkstatus/networkstatuscommon.h2
-rw-r--r--networkstatus/networkstatusiface.h2
-rw-r--r--networkstatus/provideriface.h2
-rw-r--r--networkstatus/serviceiface.h2
-rw-r--r--networkstatus/serviceifaceimpl.cpp2
-rw-r--r--networkstatus/serviceifaceimpl.h2
-rw-r--r--networkstatus/testservice.cpp2
-rw-r--r--networkstatus/testservice.h2
18 files changed, 22 insertions, 22 deletions
diff --git a/networkstatus/CMakeLists.txt b/networkstatus/CMakeLists.txt
index b784580f5..ede3e2b07 100644
--- a/networkstatus/CMakeLists.txt
+++ b/networkstatus/CMakeLists.txt
@@ -13,10 +13,10 @@ include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
- ${CMAKE_BINARY_DIR}/kdecore
+ ${CMAKE_BINARY_DIR}/tdecore
${CMAKE_SOURCE_DIR}/dcop
- ${CMAKE_SOURCE_DIR}/kdecore
- ${CMAKE_SOURCE_DIR}/kdeui
+ ${CMAKE_SOURCE_DIR}/tdecore
+ ${CMAKE_SOURCE_DIR}/tdeui
${CMAKE_SOURCE_DIR}/kded
)
@@ -46,7 +46,7 @@ set( target networkstatus )
tde_add_library( ${target} SHARED AUTOMOC
SOURCES networkstatuscommon.cpp
VERSION 0.0.0
- LINK kdeui-shared
+ LINK tdeui-shared
DESTINATION ${LIB_INSTALL_DIR}
)
@@ -80,7 +80,7 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK kdeinit_kded-shared networkstatus-shared
+ LINK tdeinit_kded-shared networkstatus-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
DEPENDENCIES dcopidl
)
diff --git a/networkstatus/clientiface.h b/networkstatus/clientiface.h
index 9fcef57a3..b4aa691d5 100644
--- a/networkstatus/clientiface.h
+++ b/networkstatus/clientiface.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/clientifaceimpl.cpp b/networkstatus/clientifaceimpl.cpp
index f20957e73..eb40a39be 100644
--- a/networkstatus/clientifaceimpl.cpp
+++ b/networkstatus/clientifaceimpl.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/clientifaceimpl.h b/networkstatus/clientifaceimpl.h
index bdc99a19f..039896935 100644
--- a/networkstatus/clientifaceimpl.h
+++ b/networkstatus/clientifaceimpl.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/connectionmanager.cpp b/networkstatus/connectionmanager.cpp
index 1998bf4ed..7b95e8101 100644
--- a/networkstatus/connectionmanager.cpp
+++ b/networkstatus/connectionmanager.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/network.cpp b/networkstatus/network.cpp
index fcb4a6f51..d909220e2 100644
--- a/networkstatus/network.cpp
+++ b/networkstatus/network.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/network.h b/networkstatus/network.h
index dcd2cd339..6eeffe3aa 100644
--- a/networkstatus/network.h
+++ b/networkstatus/network.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/networkstatus.cpp b/networkstatus/networkstatus.cpp
index 21e34d978..1031faf7b 100644
--- a/networkstatus/networkstatus.cpp
+++ b/networkstatus/networkstatus.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/networkstatus.h b/networkstatus/networkstatus.h
index 710afd79a..4ff615ef8 100644
--- a/networkstatus/networkstatus.h
+++ b/networkstatus/networkstatus.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/networkstatuscommon.cpp b/networkstatus/networkstatuscommon.cpp
index 574862929..409a9e4f2 100644
--- a/networkstatus/networkstatuscommon.cpp
+++ b/networkstatus/networkstatuscommon.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/networkstatuscommon.h b/networkstatus/networkstatuscommon.h
index 63c388c3f..c7f35c1bb 100644
--- a/networkstatus/networkstatuscommon.h
+++ b/networkstatus/networkstatuscommon.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/networkstatusiface.h b/networkstatus/networkstatusiface.h
index c35a22db5..83485b83a 100644
--- a/networkstatus/networkstatusiface.h
+++ b/networkstatus/networkstatusiface.h
@@ -1,4 +1,4 @@
-/* This file is part of kdepim.
+/* This file is part of tdepim.
Copyright (C) 2005,2007 Will Stephenson <wstephenson@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/networkstatus/provideriface.h b/networkstatus/provideriface.h
index 93f23103d..2a255aabe 100644
--- a/networkstatus/provideriface.h
+++ b/networkstatus/provideriface.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/serviceiface.h b/networkstatus/serviceiface.h
index 1e6b423ff..efa936b1b 100644
--- a/networkstatus/serviceiface.h
+++ b/networkstatus/serviceiface.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/serviceifaceimpl.cpp b/networkstatus/serviceifaceimpl.cpp
index cf5c0df99..0710d9564 100644
--- a/networkstatus/serviceifaceimpl.cpp
+++ b/networkstatus/serviceifaceimpl.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/serviceifaceimpl.h b/networkstatus/serviceifaceimpl.h
index 6ffba3609..049662335 100644
--- a/networkstatus/serviceifaceimpl.h
+++ b/networkstatus/serviceifaceimpl.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/testservice.cpp b/networkstatus/testservice.cpp
index 46b19109f..44211c696 100644
--- a/networkstatus/testservice.cpp
+++ b/networkstatus/testservice.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>
diff --git a/networkstatus/testservice.h b/networkstatus/testservice.h
index 65febdca9..9a7ef127d 100644
--- a/networkstatus/testservice.h
+++ b/networkstatus/testservice.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <lists@stevello.free-online.co.uk>