summaryrefslogtreecommitdiffstats
path: root/kaddressbook/keywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/keywidget.h')
-rw-r--r--kaddressbook/keywidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/keywidget.h b/kaddressbook/keywidget.h
index 3e437fa0..3507af80 100644
--- a/kaddressbook/keywidget.h
+++ b/kaddressbook/keywidget.h
@@ -40,8 +40,8 @@ class KeyWidget : public TQWidget
KeyWidget( TQWidget *parent, const char *name = 0 );
~KeyWidget();
- void setKeys( const KABC::Key::List &list );
- KABC::Key::List keys() const;
+ void setKeys( const TDEABC::Key::List &list );
+ TDEABC::Key::List keys() const;
signals:
void changed();
@@ -60,7 +60,7 @@ class KeyWidget : public TQWidget
TQPushButton *mRemoveButton;
TQPushButton *mExportButton;
- KABC::Key::List mKeyList;
+ TDEABC::Key::List mKeyList;
};
#endif