aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/channelsjoin/libkvichannelsjoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/channelsjoin/libkvichannelsjoin.cpp')
-rw-r--r--src/modules/channelsjoin/libkvichannelsjoin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp
index 2d1fca457..073c040fd 100644
--- a/src/modules/channelsjoin/libkvichannelsjoin.cpp
+++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp
@@ -32,7 +32,7 @@
#include <QSplitter>
-ChannelsJoinDialog * g_pChannelsWindow = 0;
+ChannelsJoinDialog * g_pChannelsWindow = nullptr;
QRect g_rectChannelsJoinGeometry;
/*
@@ -87,7 +87,7 @@ static bool channelsjoin_module_cleanup(KviModule * m)
if(g_pChannelsWindow)
delete g_pChannelsWindow;
- g_pChannelsWindow = 0;
+ g_pChannelsWindow = nullptr;
return true;
}