diff options
| author | 2007-02-27 17:11:32 +0000 | |
|---|---|---|
| committer | 2007-02-27 17:11:32 +0000 | |
| commit | 522dfb2ad8401b0cbe7c8aa2adb2213c669aa132 (patch) | |
| tree | ad8dcdfef50f6f9ffcdde063b4f8e8f4e9c1da5f /src/modules/objects/class_widget.h | |
| parent | fix compiling problems (diff) | |
| download | KVIrc-522dfb2ad8401b0cbe7c8aa2adb2213c669aa132.tar.gz KVIrc-522dfb2ad8401b0cbe7c8aa2adb2213c669aa132.tar.bz2 KVIrc-522dfb2ad8401b0cbe7c8aa2adb2213c669aa132.zip | |
objects module QT4 porting (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@384 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index c0fe565c9..e55c4781f 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -21,7 +21,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // - +#include <kvi_tal_tooltip.h> #include "kvi_string.h" #include "qtooltip.h" #include "object_macros.h" @@ -104,14 +104,15 @@ protected: signals: void aboutToDie(); }; -class KviKvsTip : public QToolTip +class KviKvsTip : public KviTalToolTip { public: KviKvsTip(KviKvsObject_widget * pParent,QWidget *pWidget); ~KviKvsTip(); public: void maybeTip(const QPoint &pnt); - void doTip(const QRect &rct,const QString &str){ tip(rct,str); }; + void doTip(const QRect &rct,const QString &str){// tip(rct,str); // + }; protected: KviKvsObject_widget * m_pParent; }; |
