aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filetransferwindow/FileTransferWindow.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2012-03-08 23:11:37 +0000
committerGravatar Fabio Bas2012-03-08 23:11:37 +0000
commit7596772feecece50db8677689eba609f16661da3 (patch)
tree606e2d2797c1cd46a9a97a744df1a0fcbe995fd8 /src/modules/filetransferwindow/FileTransferWindow.cpp
parentfix a typo in the docs, thanks roadrunner (diff)
downloadKVIrc-7596772feecece50db8677689eba609f16661da3.tar.gz
KVIrc-7596772feecece50db8677689eba609f16661da3.tar.bz2
KVIrc-7596772feecece50db8677689eba609f16661da3.zip
Created KVICOREACTIONS for the old previously caps-based entries in the tools menu; added 2 dynamic submenus to the tools menu to stop 3rd part caps-based items and scripting actions items
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/filetransferwindow/FileTransferWindow.cpp')
-rw-r--r--src/modules/filetransferwindow/FileTransferWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/filetransferwindow/FileTransferWindow.cpp b/src/modules/filetransferwindow/FileTransferWindow.cpp
index 6c0239150..b30487f98 100644
--- a/src/modules/filetransferwindow/FileTransferWindow.cpp
+++ b/src/modules/filetransferwindow/FileTransferWindow.cpp
@@ -236,8 +236,8 @@ QSize FileTransferItemDelegate::sizeHint(const QStyleOptionViewItem &, const QMo
return QSize(((FileTransferWidget*)parent())->viewport()->size().width(), 68);
}
-FileTransferWindow::FileTransferWindow(KviModuleExtensionDescriptor * d)
-: KviWindow(KviWindow::Tool,"file transfer window",0), KviModuleExtension(d)
+FileTransferWindow::FileTransferWindow()
+: KviWindow(KviWindow::Tool,"file transfer window",0)
{
g_pFileTransferWindow = this;
setAutoFillBackground(false);