Git commit 388edfe3362c07c0d46b3990a325258684aaeb97 by Aurélien Gâteau. Committed on 18/05/2011 at 22:27. Pushed by gateau into branch 'master'.
Get rid of the deprecated KMessageWidget::MessageType enum values I checked with lxr.kde.org and fixed existing users, so it shouldn't break any build. CCMAIL: [email protected] M +0 -7 kdeui/widgets/kmessagewidget.h http://commits.kde.org/kdelibs/388edfe3362c07c0d46b3990a325258684aaeb97 diff --git a/kdeui/widgets/kmessagewidget.h b/kdeui/widgets/kmessagewidget.h index 7eab4f9..58333de 100644 --- a/kdeui/widgets/kmessagewidget.h +++ b/kdeui/widgets/kmessagewidget.h @@ -104,13 +104,6 @@ public: Information, Warning, Error -#ifndef KDE_NO_DEPRECATED - , - PositiveMessageType = Positive, - InformationMessageType = Information, - WarningMessageType = Warning, - ErrorMessageType = Error -#endif }; /**
