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;