Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent #278

Merged
MicheleC merged 1 commits from replace/kde_macros into master 4 months ago
Owner

Original KDE_* defines are still present and will be removed when the renaming is completed in all TDE code.

Original KDE_* defines are still present and will be removed when the renaming is completed in all TDE code.
MicheleC added this to the R14.1.3 release milestone 4 months ago
MicheleC added 1 commit 4 months ago
MicheleC requested review from Core 4 months ago
MicheleC requested review from Owners 4 months ago
SlavekB reviewed 4 months ago
SlavekB left a comment
Owner

There are some questions and comments.

There are some questions and comments.
#ifndef _KDE_MACROS_H_
#define _KDE_MACROS_H_
#ifndef _TDE_MACROS_H_
#define _TDE_MACROS_H_
Owner

I suppose that the change of the header guard should be associated with the renaming of the file.

I suppose that the change of the header guard should be associated with the renaming of the file.
Poster
Owner

Good point, I will amend.

Good point, I will amend.
MicheleC marked this conversation as resolved
/**
* KDE_Q_EXPORT_PLUGIN is a workaround for Qt not being able to
* TDE_Q_EXPORT_PLUGIN is a workaround for Qt not being able to
Owner

When a name change is made, is it a good idea to change _Q_ => _TQ_?

When a name change is made, is it a good idea to change `_Q_` => `_TQ_`?
MicheleC marked this conversation as resolved
#ifndef _KDE_MACROS_H_
#define _KDE_MACROS_H_
#ifndef _TDE_MACROS_H_
#define _TDE_MACROS_H_
Owner

I suppose that the change of the header guard should be associated with the renaming of the file.

I suppose that the change of the header guard should be associated with the renaming of the file.
MicheleC marked this conversation as resolved
/**
* KDE_Q_EXPORT_PLUGIN is a workaround for Qt not being able to
* TDE_Q_EXPORT_PLUGIN is a workaround for Qt not being able to
Owner

When a name change is made, is it a good idea to change _Q_ => _TQ_?

When a name change is made, is it a good idea to change `_Q_` => `_TQ`_?
MicheleC marked this conversation as resolved
MicheleC force-pushed replace/kde_macros from f418906b9d to 0f0c5a4d07 4 months ago
Poster
Owner

PR updated

PR updated
SlavekB approved these changes 4 months ago
SlavekB left a comment
Owner

All looks good.

All looks good.
MicheleC merged commit 0f0c5a4d07 into master 4 months ago
MicheleC deleted branch replace/kde_macros 4 months ago

Reviewers

SlavekB approved these changes 4 months ago
TDE/Core was requested for review 4 months ago
The pull request has been merged as 0f0c5a4d07.
Sign in to join this conversation.
No reviewers
TDE/Core
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tdelibs#278
Loading…
There is no content yet.