diff options
| author | 2007-04-23 20:56:23 +0000 | |
|---|---|---|
| committer | 2007-04-23 20:56:23 +0000 | |
| commit | 0584ba81b5af7623a492355052b82890054042d1 (patch) | |
| tree | d166bae948545ba24809db7cc62d2059af3ac404 /src/modules/objects/class_widget.h | |
| parent | update projects (diff) | |
| download | KVIrc-0584ba81b5af7623a492355052b82890054042d1.tar.gz KVIrc-0584ba81b5af7623a492355052b82890054042d1.tar.bz2 KVIrc-0584ba81b5af7623a492355052b82890054042d1.zip | |
fixed compilation errors
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@531 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index c5c2b39a5..d5c18e61a 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -26,7 +26,7 @@ #include "qtooltip.h" #include "object_macros.h" -class KviKvsTip; + class KviKvsObject_widget : public KviKvsObject { Q_OBJECT @@ -48,9 +48,7 @@ protected: // so the name of the C++ function matches exactly the name of the KVS function at this point // let's also try to keep alphabetic order for the functions here.. so one can find them quickly -#ifndef COMPILE_USE_QT4 - KviKvsTip *m_pTip; -#endif + bool function_addWidgetToWrappedLayout(KviKvsObjectFunctionCall *c); bool function_backgroundColor(KviKvsObjectFunctionCall *c); bool function_caption(KviKvsObjectFunctionCall *c); |
