diff options
Diffstat (limited to 'kaddressbook/keywidget.h')
-rw-r--r-- | kaddressbook/keywidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/keywidget.h b/kaddressbook/keywidget.h index 3e437fa00..3507af804 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 |