svnno****@sourc*****
svnno****@sourc*****
2009年 7月 18日 (土) 06:39:29 JST
Revision: 2421 http://sourceforge.jp/projects/kita/svn/view?view=rev&revision=2421 Author: nogu Date: 2009-07-18 06:39:29 +0900 (Sat, 18 Jul 2009) Log Message: ----------- remove a unused file Removed Paths: ------------- kita/branches/KITA-KDE4/kita/src/writedialogbase.ui.h Deleted: kita/branches/KITA-KDE4/kita/src/writedialogbase.ui.h =================================================================== --- kita/branches/KITA-KDE4/kita/src/writedialogbase.ui.h 2009-07-17 21:37:16 UTC (rev 2420) +++ kita/branches/KITA-KDE4/kita/src/writedialogbase.ui.h 2009-07-17 21:39:29 UTC (rev 2421) @@ -1,39 +0,0 @@ -/**************************************************************************** -** ui.h extension file, included from the uic-generated form implementation. -** -** If you wish to add, delete or rename functions or 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. -*****************************************************************************/ - -#ifndef KITAWRITEDIALOGBASEUI_H -#define KITAWRITEDIALOGBASEUI_H - -void KitaWriteDialogBase::sageBoxToggled(bool on) -{ - if (on) { - m_mailswap = mailLine->text(); - mailLine->setText("sage"); - mailLine->setReadOnly(true); - } else { - mailLine->setReadOnly(false); - mailLine->setText(m_mailswap); - } -} - -const QString KitaWriteDialogBase::name() const -{ - return nameLine->text(); -} - -const QString KitaWriteDialogBase::mail() const -{ - return mailLine->text(); -} - -const QString KitaWriteDialogBase::body() const -{ - return bodyText->text(); -} -#endif