aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_widget.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-11-12 17:11:05 +0000
committerGravatar Noldor2008-11-12 17:11:05 +0000
commite9bdaa29e39de374d65bfb6555f191050fb6463d (patch)
tree1bd885aa0b71927bbf515b9cc1fc21f76f583e2d /src/modules/objects/class_widget.h
parentfixed a typo in kvs documentation (diff)
downloadKVIrc-e9bdaa29e39de374d65bfb6555f191050fb6463d.tar.gz
KVIrc-e9bdaa29e39de374d65bfb6555f191050fb6463d.tar.bz2
KVIrc-e9bdaa29e39de374d65bfb6555f191050fb6463d.zip
some fixes around.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2849 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
-rw-r--r--src/modules/objects/class_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h
index 27c842695..5f6f46b4b 100644
--- a/src/modules/objects/class_widget.h
+++ b/src/modules/objects/class_widget.h
@@ -119,7 +119,6 @@ protected:
bool function_windowTitle(KviKvsObjectFunctionCall *c);
bool function_x(KviKvsObjectFunctionCall *);
bool function_y(KviKvsObjectFunctionCall *);
-
#ifdef COMPILE_WEBKIT_SUPPORT
bool function_setWebView(KviKvsObjectFunctionCall *c);
#endif