summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/volumeAction.cpp')
-rw-r--r--src/app/volumeAction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/volumeAction.cpp b/src/app/volumeAction.cpp
index e48dc27..ad585ef 100644
--- a/src/app/volumeAction.cpp
+++ b/src/app/volumeAction.cpp
@@ -48,8 +48,8 @@ public:
VolumeAction::VolumeAction( TDEToolBar *bar, TDEActionCollection *ac )
- : TDEToggleAction( i18n("Volume"), "volume", TQt::Key_1, 0, 0, ac, "volume" )
- , m_anchor( 0 )
+ : TDEToggleAction( i18n("Volume"), "volume", TQt::Key_1, nullptr, nullptr, ac, "volume" )
+ , m_anchor( nullptr )
{
m_widget = new VolumeSlider( bar->topLevelWidget() );