summaryrefslogtreecommitdiffstats
path: root/tdefx
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 /tdefx
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'tdefx')
-rw-r--r--tdefx/kcpuinfo.h2
-rw-r--r--tdefx/kdrawutil.h2
-rw-r--r--tdefx/kimageeffect.h2
-rw-r--r--tdefx/kpixmap.h2
-rw-r--r--tdefx/kpixmapeffect.h2
-rw-r--r--tdefx/kpixmapsplitter.h2
-rw-r--r--tdefx/kstyle.cpp2
-rw-r--r--tdefx/kstyle.h4
8 files changed, 9 insertions, 9 deletions
diff --git a/tdefx/kcpuinfo.h b/tdefx/kcpuinfo.h
index 69c840e46..64d810c1f 100644
--- a/tdefx/kcpuinfo.h
+++ b/tdefx/kcpuinfo.h
@@ -27,7 +27,7 @@
#ifndef __KCPUINFO_H
#define __KCPUINFO_H
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
/**
* This class provides a means for applications to obtain information at
diff --git a/tdefx/kdrawutil.h b/tdefx/kdrawutil.h
index 76d6070c3..44041968c 100644
--- a/tdefx/kdrawutil.h
+++ b/tdefx/kdrawutil.h
@@ -23,7 +23,7 @@
#include <tqbitmap.h>
#include <tqpalette.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
/*
* Various drawing routines. Also see Qt's tqdrawutil.h for some more routines
diff --git a/tdefx/kimageeffect.h b/tdefx/kimageeffect.h
index 77a6fc9c1..cc79533f7 100644
--- a/tdefx/kimageeffect.h
+++ b/tdefx/kimageeffect.h
@@ -31,7 +31,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef __KIMAGE_EFFECT_H
#define __KIMAGE_EFFECT_H
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class TQImage;
class TQSize;
diff --git a/tdefx/kpixmap.h b/tdefx/kpixmap.h
index a9cade98f..e319ab815 100644
--- a/tdefx/kpixmap.h
+++ b/tdefx/kpixmap.h
@@ -26,7 +26,7 @@
#include <tqpixmap.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
const int KColorMode_Mask = 0x00000300;
const int WebOnly = 0x00000200;
diff --git a/tdefx/kpixmapeffect.h b/tdefx/kpixmapeffect.h
index 79df92856..471a50319 100644
--- a/tdefx/kpixmapeffect.h
+++ b/tdefx/kpixmapeffect.h
@@ -10,7 +10,7 @@
#ifndef __KPIXMAP_EFFECT_H
#define __KPIXMAP_EFFECT_H
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
#include <tqsize.h>
class KPixmap;
diff --git a/tdefx/kpixmapsplitter.h b/tdefx/kpixmapsplitter.h
index 3cb25ca97..3e7a6dfa1 100644
--- a/tdefx/kpixmapsplitter.h
+++ b/tdefx/kpixmapsplitter.h
@@ -25,7 +25,7 @@
#include <tqsize.h>
#include <tqstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KPixmapSplitterPrivate;
/**
diff --git a/tdefx/kstyle.cpp b/tdefx/kstyle.cpp
index f80094fe4..85503632b 100644
--- a/tdefx/kstyle.cpp
+++ b/tdefx/kstyle.cpp
@@ -541,7 +541,7 @@ int KStyle::kPixelMetric( KStylePixelMetric kpm, const TQWidget* /* widget */) c
// -----------------------------------------------------------------------------
-// #ifdef USE_QT4 // kdebindings / smoke needs this function declaration available at all times. Furthermore I don't think it would hurt to have the declaration available at all times...so leave these commented out for now
+// #ifdef USE_QT4 // tdebindings / smoke needs this function declaration available at all times. Furthermore I don't think it would hurt to have the declaration available at all times...so leave these commented out for now
//void KStyle::tqdrawPrimitive( TQ_ControlElement pe,
// TQPainter* p,
diff --git a/tdefx/kstyle.h b/tdefx/kstyle.h
index 9f87af881..da71d83b7 100644
--- a/tdefx/kstyle.h
+++ b/tdefx/kstyle.h
@@ -34,7 +34,7 @@
#include <tqcommonstyle.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KPixmap;
@@ -282,7 +282,7 @@ class TDEFX_EXPORT KStyle: public TQCommonStyle
SFlags flags = Style_Default,
const TQStyleOption& = TQStyleOption::SO_Default ) const;
-// #ifdef USE_QT4 // kdebindings / smoke needs this function declaration available at all times. Furthermore I don't think it would hurt to have the declaration available at all times...so leave these commented out for now
+// #ifdef USE_QT4 // tdebindings / smoke needs this function declaration available at all times. Furthermore I don't think it would hurt to have the declaration available at all times...so leave these commented out for now
// void tqdrawPrimitive( TQ_ControlElement pe,
// TQPainter* p,