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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp
index 4f602a2e3..a96c3dc86 100644
--- a/src/modules/channelsjoin/libkvichannelsjoin.cpp
+++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp
@@ -22,7 +22,7 @@
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
//=============================================================================
-#include "channelsjoinwindow.h"
+#include "ChannelsJoinDialog.h"
#include "KviModule.h"
#include "KviWindow.h"
@@ -32,7 +32,7 @@
#include <QSplitter>
-KviChannelsJoinWindow * g_pChannelsWindow = 0;
+ChannelsJoinDialog * g_pChannelsWindow = 0;
QRect g_rectChannelsJoinGeometry;
/*
@@ -53,7 +53,7 @@ QRect g_rectChannelsJoinGeometry;
static bool channelsjoin_kvs_cmd_open(KviKvsModuleCommandCall * c)
{
- if(!g_pChannelsWindow)g_pChannelsWindow = new KviChannelsJoinWindow(c->window()->frame(),"channelsjoin");
+ if(!g_pChannelsWindow)g_pChannelsWindow = new ChannelsJoinDialog(c->window()->frame(),"channelsjoin");
g_pChannelsWindow->setConsole(c->window()->console());