From 3f321040866506074a6714a6ce073c432e0bf539 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 May 1999 19:50:16 +0000 Subject: [PATCH] Two minor compiler warnings fixed svn path=/trunk/kdenetwork/kmail/; revision=21652 --- kbusyptr.cpp | 1 + kmaddrbook.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kbusyptr.cpp b/kbusyptr.cpp index f27f12a84..dea47e95d 100644 --- a/kbusyptr.cpp +++ b/kbusyptr.cpp @@ -7,6 +7,7 @@ #include #include #include +#include //----------------------------------------------------------------------------- KBusyPtr :: KBusyPtr () diff --git a/kmaddrbook.h b/kmaddrbook.h index 8c4c08dcc..b287c36d4 100644 --- a/kmaddrbook.h +++ b/kmaddrbook.h @@ -53,7 +53,7 @@ protected: virtual int compareItems(Item item1, Item item2); /** Displays a detailed message box and returns 'status' */ - virtual int KMAddrBook::fileError(int status) const; + virtual int fileError(int status) const; QString mDefaultFileName; bool mModified;