kmail

folderpropertiesdialog.ui.h
1 /****************************************************************************
2 ** ui.h extension file, included from the uic-generated form implementation.
3 **
4 ** If you wish to add, delete or rename functions respectively slots use
5 ** TQt Designer which will update this file, preserving your code. Create an
6 ** init() function in place of a constructor, and a destroy() function in
7 ** place of a destructor.
8 *****************************************************************************/
9 
10 void KMFolderDialogUI::slotChangeIcon( TQString /* icon */ )
11 {
12  //FIXME
13  //if ( mFolder && !mFolder->unreadIcon() )
14  //mUnreadIconButton->setIcon( icon );
15 }