summaryrefslogtreecommitdiffabout
path: root/kaddressbook/details/look_html.h
Side-by-side diff
Diffstat (limited to 'kaddressbook/details/look_html.h') (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/details/look_html.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kaddressbook/details/look_html.h b/kaddressbook/details/look_html.h
index 68a02d9..57eb56f 100644
--- a/kaddressbook/details/look_html.h
+++ b/kaddressbook/details/look_html.h
@@ -26,13 +26,13 @@
#include <klocale.h>
#include "look_basic.h"
namespace KABC { class Addressee; }
-namespace KPIM { class AddresseeView; }
+namespace KABC { class AddresseeView; }
class KABHtmlView : public KABBasicLook
{
Q_OBJECT
public:
@@ -47,15 +47,17 @@ class KABHtmlView : public KABBasicLook
virtual ~KABHtmlView();
/**
Set the addressee.
*/
void setAddressee( const KABC::Addressee& );
+ public slots:
+ void printMe();
private:
- KPIM::AddresseeView *mView;
+ KABC::AddresseeView *mView;
};
class KABHtmlViewFactory : public KABLookFactory
{
public:
KABHtmlViewFactory( QWidget *parent = 0, const char *name = 0 )