diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:41:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:41:26 -0600 |
commit | b960b948d62cc621806ba75cbf5cc16210b47844 (patch) | |
tree | 2de6a70c1d4b2009164eecdff3c8eaad2af327f5 /kexi/plugins | |
parent | 933b892946bd640e29ddbf5279ffebec99df5b1c (diff) | |
download | koffice-b960b948d62cc621806ba75cbf5cc16210b47844.tar.gz koffice-b960b948d62cc621806ba75cbf5cc16210b47844.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kexi/plugins')
-rw-r--r-- | kexi/plugins/forms/widgets/kexidblabel.cpp | 4 | ||||
-rw-r--r-- | kexi/plugins/macros/lib/komacro_export.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kexi/plugins/forms/widgets/kexidblabel.cpp b/kexi/plugins/forms/widgets/kexidblabel.cpp index 0fc3525c..2d09429e 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.cpp +++ b/kexi/plugins/forms/widgets/kexidblabel.cpp @@ -88,7 +88,7 @@ KexiDBInternalLabel::~KexiDBInternalLabel() } /*! -* This method is copied from kdebase/kdesktop/kshadowengine.cpp +* This method is copied from tdebase/kdesktop/kshadowengine.cpp * Some modifactions were made. * -- * Christian Nitschkowski @@ -140,7 +140,7 @@ TQImage KexiDBInternalLabel::makeShadow( const TQImage& textImage, for ( int i = startX; i < effectWidth; i++ ) { for ( int j = startY; j < effectHeight; j++ ) { /*! - * This method is copied from kdebase/kdesktop/kshadowengine.cpp + * This method is copied from tdebase/kdesktop/kshadowengine.cpp * Some modifactions were made. * -- * Christian Nitschkowski diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h index cc4b41a8..d3174235 100644 --- a/kexi/plugins/macros/lib/komacro_export.h +++ b/kexi/plugins/macros/lib/komacro_export.h @@ -21,10 +21,10 @@ #define KOMACRO_EXPORT_H_ #ifdef __cplusplus -# include <kdeversion.h> /* this will also include <kdelibs_export.h>, if available */ +# include <tdeversion.h> /* this will also include <tdelibs_export.h>, if available */ #endif -/* KDE_EXPORT will be defined multiple times without this on kdelibs 3.3 (tested on 3.3.1) */ +/* KDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */ #include <kdemacros.h> /* workaround for KDElibs < 3.2 on !win32 */ |