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/chfacedlg.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/chfacedlg.h')
| -rw-r--r-- | src/chfacedlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chfacedlg.h b/src/chfacedlg.h index 6ae6a1c..6fafce9 100644 --- a/src/chfacedlg.h +++ b/src/chfacedlg.h @@ -61,8 +61,9 @@ private slots: //void slotSaveCustomImage(); private: - void addCustomPixmap( TQString imPath, bool saveCopy ); + void addCustomPixmap( TQString imPath ); + int m_maxFaceSize; TDEIconView *m_FacesWidget; }; |
