diff options
Diffstat (limited to 'kmail/folderpropertiesdialog.ui.h')
-rw-r--r-- | kmail/folderpropertiesdialog.ui.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kmail/folderpropertiesdialog.ui.h b/kmail/folderpropertiesdialog.ui.h new file mode 100644 index 000000000..ef1bcf953 --- /dev/null +++ b/kmail/folderpropertiesdialog.ui.h @@ -0,0 +1,15 @@ +/**************************************************************************** +** ui.h extension file, included from the uic-generated form implementation. +** +** If you wish to add, delete or rename functions respectively slots use +** Qt Designer which will update this file, preserving your code. Create an +** init() function in place of a constructor, and a destroy() function in +** place of a destructor. +*****************************************************************************/ + +void KMFolderDialogUI::slotChangeIcon( QString /* icon */ ) +{ + //FIXME + //if ( mFolder && !mFolder->unreadIcon() ) + //mUnreadIconButton->setIcon( icon ); +} |