summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kbabel/common/catalog.h2
-rw-r--r--scheck/scheck.cpp2
-rw-r--r--umbrello/umbrello/codeimport/kdevcppparser/driver.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h
index 06d641eb..ab60e661 100644
--- a/kbabel/common/catalog.h
+++ b/kbabel/common/catalog.h
@@ -188,7 +188,7 @@ public:
* @return context information found in the message comment
* @deprecated
*/
- TQString context(uint index) const KDE_DEPRECATED;
+ TQString context(uint index) const TDE_DEPRECATED;
/**
* Get the header for the current file.
diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp
index f11f7ef4..596adc78 100644
--- a/scheck/scheck.cpp
+++ b/scheck/scheck.cpp
@@ -95,7 +95,7 @@ class StyleCheckStylePlugin : public TQStylePlugin
}
};
-KDE_Q_EXPORT_PLUGIN( StyleCheckStylePlugin )
+TDE_EXPORT_PLUGIN( StyleCheckStylePlugin )
// ---------------------------------------------------
diff --git a/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp b/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp
index 2208c791..48dc2d40 100644
--- a/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp
+++ b/umbrello/umbrello/codeimport/kdevcppparser/driver.cpp
@@ -322,7 +322,7 @@ void Driver::setupLexer( Lexer * lexer )
lexer->addSkipWord( "EXPORT_DOCKCLASS" );
lexer->addSkipWord( "K_EXPORT_COMPONENT_FACTORY", SkipWordAndArguments );
lexer->addSkipWord( "K_SYCOCAFACTORY", SkipWordAndArguments );
- lexer->addSkipWord( "KDE_DEPRECATED" );
+ lexer->addSkipWord( "TDE_DEPRECATED" );
// qt
lexer->addSkipWord( "TQ_OVERRIDE", SkipWordAndArguments );