diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-09-30 16:55:23 -0500 |
|---|---|---|
| committer | Timothy Pearson <tpearson@raptorengineering.com> | 2025-10-22 19:27:52 -0500 |
| commit | 645c0b003f5c3592f50443caf78d9133d90aafc2 (patch) | |
| tree | f8f3ebc51ff22cee20f14551a7f34b4a1bc5080c /src/userconfigdlg.h | |
| parent | be12862defea33f092fc32b510aed8c0ec8fe3a4 (diff) | |
| download | kcmldapmanager-645c0b00.tar.gz kcmldapmanager-645c0b00.zip | |
Add ability to set user profile avatars
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Diffstat (limited to 'src/userconfigdlg.h')
| -rw-r--r-- | src/userconfigdlg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/userconfigdlg.h b/src/userconfigdlg.h index b9b746f..a83e68d 100644 --- a/src/userconfigdlg.h +++ b/src/userconfigdlg.h @@ -45,6 +45,8 @@ public slots: void revokePKICertificate(); void downloadPKICertificate(); void updatePKICertificateList(); + void changeAvatar(); + void clearAvatar(); public: LDAPUserConfigBase *m_base; @@ -52,8 +54,11 @@ public: TQStringList selectedGroups; private: + void setNewAvatar(const TQPixmap &pix); + LDAPConfig* m_ldapconfig; TQString m_prevPrimaryGroup; + TQPixmap m_profileAvatar; }; #endif // _USERCONFIGDIALOG_H_ |
