aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview/LogViewWindow.h
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/logview/LogViewWindow.h
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/logview/LogViewWindow.h')
-rw-r--r--src/modules/logview/LogViewWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/logview/LogViewWindow.h b/src/modules/logview/LogViewWindow.h
index c62a43470..58c485654 100644
--- a/src/modules/logview/LogViewWindow.h
+++ b/src/modules/logview/LogViewWindow.h
@@ -58,11 +58,11 @@ signals:
void rightButtonPressed(QTreeWidgetItem *, QPoint);
};
-class LogViewWindow : public KviWindow, public KviModuleExtension
+class LogViewWindow : public KviWindow
{
Q_OBJECT
public:
- LogViewWindow(KviModuleExtensionDescriptor * pDesc);
+ LogViewWindow();
~LogViewWindow();
protected:
KviPointerList<LogFile> m_logList;