diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:58 -0600 |
commit | 56df7a6401beb2b87fba35add44ea53372c94926 (patch) | |
tree | 762e674ed45f666593d1c043effeaeed970c56f6 /arts/gui | |
parent | a0b91587f8f13a4659c4c2bd2068ffbffef633ae (diff) | |
download | tdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.tar.gz tdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.zip |
Additional renaming of kde to tde
Diffstat (limited to 'arts/gui')
-rw-r--r-- | arts/gui/kde/kartswidget.h | 2 | ||||
-rw-r--r-- | arts/gui/kde/kframe_impl.h | 2 | ||||
-rw-r--r-- | arts/gui/kde/klabel_impl.h | 2 | ||||
-rw-r--r-- | arts/gui/kde/klayoutbox_impl.h | 2 | ||||
-rw-r--r-- | arts/gui/kde/kwidget_impl.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arts/gui/kde/kartswidget.h b/arts/gui/kde/kartswidget.h index df46ae3b..8b1b85f4 100644 --- a/arts/gui/kde/kartswidget.h +++ b/arts/gui/kde/kartswidget.h @@ -26,7 +26,7 @@ #include <tqwidget.h> #include "artsgui.h" -#include <kdelibs_export.h> +#include <tdelibs_export.h> class KArtsWidgetPrivate; /** diff --git a/arts/gui/kde/kframe_impl.h b/arts/gui/kde/kframe_impl.h index 57af42e6..a5638f98 100644 --- a/arts/gui/kde/kframe_impl.h +++ b/arts/gui/kde/kframe_impl.h @@ -21,7 +21,7 @@ #ifndef KFRAME_IMPL #define KFRAME_IMPL #include "kwidget_impl.h" -#include <kdelibs_export.h> +#include <tdelibs_export.h> class TQFrame; namespace Arts { diff --git a/arts/gui/kde/klabel_impl.h b/arts/gui/kde/klabel_impl.h index 205d041d..fee61d5b 100644 --- a/arts/gui/kde/klabel_impl.h +++ b/arts/gui/kde/klabel_impl.h @@ -29,7 +29,7 @@ #include <tqfont.h> #include <artsgui.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class RotateLabel; diff --git a/arts/gui/kde/klayoutbox_impl.h b/arts/gui/kde/klayoutbox_impl.h index d4a2ec59..38cca947 100644 --- a/arts/gui/kde/klayoutbox_impl.h +++ b/arts/gui/kde/klayoutbox_impl.h @@ -25,7 +25,7 @@ #include "kframe_impl.h" #include <artsgui.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class KArtsWidget; class TQBoxLayout; diff --git a/arts/gui/kde/kwidget_impl.h b/arts/gui/kde/kwidget_impl.h index 6a0c45c0..ee1fc1b8 100644 --- a/arts/gui/kde/kwidget_impl.h +++ b/arts/gui/kde/kwidget_impl.h @@ -26,7 +26,7 @@ #include "artsgui.h" #include <tqwidget.h> #include <kwidgetrepo.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> namespace Arts { |