diff options
Diffstat (limited to 'src/modules/channelsjoin/libkvichannelsjoin.cpp')
| -rw-r--r-- | src/modules/channelsjoin/libkvichannelsjoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp index a96c3dc86..0d7debfc5 100644 --- a/src/modules/channelsjoin/libkvichannelsjoin.cpp +++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp @@ -53,7 +53,7 @@ QRect g_rectChannelsJoinGeometry; static bool channelsjoin_kvs_cmd_open(KviKvsModuleCommandCall * c) { - if(!g_pChannelsWindow)g_pChannelsWindow = new ChannelsJoinDialog(c->window()->frame(),"channelsjoin"); + if(!g_pChannelsWindow)g_pChannelsWindow = new ChannelsJoinDialog("channelsjoin"); g_pChannelsWindow->setConsole(c->window()->console()); |
