summaryrefslogtreecommitdiffstats
path: root/libk3b/tools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:38:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:38:01 -0600
commitc8db20a9b88802df18debff4f1887ea681f5e56e (patch)
tree84dbe6fd932d44b555b528e1dfc4cb4a741546bf /libk3b/tools
parentcdadf9739a7dc000db30e4619c05d553f6b83013 (diff)
downloadk3b-c8db20a9b88802df18debff4f1887ea681f5e56e.tar.gz
k3b-c8db20a9b88802df18debff4f1887ea681f5e56e.zip
Additional renaming of kde to tde
Diffstat (limited to 'libk3b/tools')
-rw-r--r--libk3b/tools/k3bradioaction.h2
-rw-r--r--libk3b/tools/k3btoolbutton.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bradioaction.h b/libk3b/tools/k3bradioaction.h
index 262e153..50723f7 100644
--- a/libk3b/tools/k3bradioaction.h
+++ b/libk3b/tools/k3bradioaction.h
@@ -24,7 +24,7 @@
* flag which says if it should always emit the signals
* even if it was checked twice.
*
- * Docu copied from kdelibs
+ * Docu copied from tdelibs
*/
class LIBK3B_EXPORT K3bRadioAction : public KToggleAction
{
diff --git a/libk3b/tools/k3btoolbutton.cpp b/libk3b/tools/k3btoolbutton.cpp
index 67af0d5..8f2a20e 100644
--- a/libk3b/tools/k3btoolbutton.cpp
+++ b/libk3b/tools/k3btoolbutton.cpp
@@ -57,7 +57,7 @@ void K3bToolButton::drawButton( TQPainter* p )
TQToolButton::drawButton( p );
//
- // code below comes from ktoolbarbutton.cpp from the kdelibs sources
+ // code below comes from ktoolbarbutton.cpp from the tdelibs sources
// see the file for copyright information
//
if( TQToolButton::popup() ) {