diff options
| author | 2012-03-08 23:11:37 +0000 | |
|---|---|---|
| committer | 2012-03-08 23:11:37 +0000 | |
| commit | 7596772feecece50db8677689eba609f16661da3 (patch) | |
| tree | 606e2d2797c1cd46a9a97a744df1a0fcbe995fd8 /src/modules/filetransferwindow/FileTransferWindow.h | |
| parent | fix a typo in the docs, thanks roadrunner (diff) | |
| download | KVIrc-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.h')
| -rw-r--r-- | src/modules/filetransferwindow/FileTransferWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/filetransferwindow/FileTransferWindow.h b/src/modules/filetransferwindow/FileTransferWindow.h index 2a6ed35c0..5672c4187 100644 --- a/src/modules/filetransferwindow/FileTransferWindow.h +++ b/src/modules/filetransferwindow/FileTransferWindow.h @@ -85,13 +85,13 @@ public: void paint ( QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index ) const; }; -class FileTransferWindow : public KviWindow, public KviModuleExtension +class FileTransferWindow : public KviWindow { friend class FileTransferItem; friend class FileTransferItemDelegate; Q_OBJECT public: - FileTransferWindow(KviModuleExtensionDescriptor * d); + FileTransferWindow(); ~FileTransferWindow(); protected: QSplitter * m_pVertSplitter; |
