From c9157ebd97c97c5483cac3fdcbc6b1d118280117 Mon Sep 17 00:00:00 2001 From: Sven Radej Date: Wed, 6 May 1998 18:29:59 +0000 Subject: [PATCH] Uses klined for completions svn path=/trunk/kdenetwork/kmail/; revision=7350 --- kmcomposewin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kmcomposewin.h b/kmcomposewin.h index 4b897f33b..6202bbe05 100644 --- a/kmcomposewin.h +++ b/kmcomposewin.h @@ -17,6 +17,7 @@ #include #include "kmmsgpart.h" #include +#include #ifdef HAS_KSPELL #include #endif @@ -55,8 +56,8 @@ protected: //----------------------------------------------------------------------------- -#define KMLineEditInherited QLineEdit -class KMLineEdit : public QLineEdit +#define KMLineEditInherited KLined +class KMLineEdit : public KLined { Q_OBJECT @@ -69,6 +70,7 @@ public slots: void cut(); void paste(); void markAll(); + void complete(); protected: virtual void mousePressEvent(QMouseEvent *);