diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:38 -0600 |
commit | 7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch) | |
tree | 28c064cf5647b2e8654cb4d5330d8e64afff27e2 /libtdepim/kpartsdesignerplugin | |
parent | c0fc75368b41146e605536e973e1d635b9d64ced (diff) | |
download | tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip |
Additional renaming of kde to tde
Diffstat (limited to 'libtdepim/kpartsdesignerplugin')
-rw-r--r-- | libtdepim/kpartsdesignerplugin/README | 2 | ||||
-rw-r--r-- | libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/kpartsdesignerplugin/README b/libtdepim/kpartsdesignerplugin/README index fb9f42837..0dbcb2ecf 100644 --- a/libtdepim/kpartsdesignerplugin/README +++ b/libtdepim/kpartsdesignerplugin/README @@ -1,2 +1,2 @@ -When moving this to kdelibs: the KPartsGenericPart class should move to libkparts so +When moving this to tdelibs: the KPartsGenericPart class should move to libkparts so that it's possible to add an accessor for m_part there. diff --git a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp b/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp index c3eedc329..a83a5a7a2 100644 --- a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp +++ b/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp @@ -103,7 +103,7 @@ bool KPartsWidgetPlugin::isContainer( const TQString & /*key*/ ) const { return false; } -/// Duplicated from kdelibs/tdecore/kdemacros.h.in for those with kdelibs < 3.4 +/// Duplicated from tdelibs/tdecore/kdemacros.h.in for those with tdelibs < 3.4 #ifndef KDE_TQ_EXPORT_PLUGIN #define KDE_TQ_EXPORT_PLUGIN(PLUGIN) \ TQ_EXTERN_C KDE_EXPORT const char* qt_ucm_query_verification_data(); \ |