diff options
Diffstat (limited to 'korn')
-rw-r--r-- | korn/ChangeLog | 2 | ||||
-rw-r--r-- | korn/dockeditem.h | 4 | ||||
-rw-r--r-- | korn/hvitem.cpp | 2 | ||||
-rw-r--r-- | korn/kornaccountcfg.ui | 2 | ||||
-rw-r--r-- | korn/kornboxcfg.ui | 2 | ||||
-rw-r--r-- | korn/korncfg.ui | 2 | ||||
-rw-r--r-- | korn/progress_dialog.ui | 2 | ||||
-rw-r--r-- | korn/subjectsdlg.cpp | 2 | ||||
-rw-r--r-- | korn/systemtray.h | 4 |
9 files changed, 11 insertions, 11 deletions
diff --git a/korn/ChangeLog b/korn/ChangeLog index d759fb3f3..e644587e3 100644 --- a/korn/ChangeLog +++ b/korn/ChangeLog @@ -27,7 +27,7 @@ 1999-06-23 Cristian Tibirna <ctibirna@total.net> * temporarily take care of korn (with Taj's blessing) - * fix most of the tqlayouts (/me being too stupid to fix Taj's nice + * fix most of the layouts (/me being too stupid to fix Taj's nice custom tqlayout classes, I switched completely to pure QLayouts) * fixed most of the i18n * made FileDialogs start with the current path by default (instead no diff --git a/korn/dockeditem.h b/korn/dockeditem.h index a80c17879..4500d8776 100644 --- a/korn/dockeditem.h +++ b/korn/dockeditem.h @@ -39,9 +39,9 @@ class DockedItem : public BoxContainerItem TQ_OBJECT public: /** - * This contructor gives all it parameters to its tqparents. + * This contructor gives all it parameters to its parents. * @param parant The tqparent window - * @param name The name of the TQObject's tqparents. + * @param name The name of the TQObject's parents. */ DockedItem( TQWidget * tqparent = 0, const char * name = 0 ); /** diff --git a/korn/hvitem.cpp b/korn/hvitem.cpp index bc47e9e77..fa4190d3e 100644 --- a/korn/hvitem.cpp +++ b/korn/hvitem.cpp @@ -46,7 +46,7 @@ HVItem::HVItem( TQWidget *tqparent, const char *name ) HVItem::~HVItem() { - //Let everything be deleted by his tqparents. + //Let everything be deleted by his parents. } void HVItem::showBox() diff --git a/korn/kornaccountcfg.ui b/korn/kornaccountcfg.ui index 9152c3af4..9a640718e 100644 --- a/korn/kornaccountcfg.ui +++ b/korn/kornaccountcfg.ui @@ -237,7 +237,7 @@ <Q_SLOTS> <slot access="protected">slotProtocolChanged( const TQString& )</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> diff --git a/korn/kornboxcfg.ui b/korn/kornboxcfg.ui index f12cf606a..3d9ca6092 100644 --- a/korn/kornboxcfg.ui +++ b/korn/kornboxcfg.ui @@ -1677,7 +1677,7 @@ <slot access="protected">slotNormalAnimToggled( bool )</slot> <slot access="protected">slotNewAnimToggled( bool )</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kcolorbutton.h</includehint> <includehint>kcolorbutton.h</includehint> diff --git a/korn/korncfg.ui b/korn/korncfg.ui index baa766dd8..8707cecc6 100644 --- a/korn/korncfg.ui +++ b/korn/korncfg.ui @@ -172,5 +172,5 @@ <slot access="protected">slotSetDefaults( const TQString&, const int, KConfig* )</slot> <slot access="protected">slotEditBox()</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/korn/progress_dialog.ui b/korn/progress_dialog.ui index c5d93ce1f..e56703418 100644 --- a/korn/progress_dialog.ui +++ b/korn/progress_dialog.ui @@ -116,5 +116,5 @@ <slot>setProgress( int number )</slot> <slot access="private" specifier="non virtual">cancelbutton()</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/korn/subjectsdlg.cpp b/korn/subjectsdlg.cpp index 333021c52..593ea212b 100644 --- a/korn/subjectsdlg.cpp +++ b/korn/subjectsdlg.cpp @@ -61,7 +61,7 @@ KornSubjectsDlg::KornSubjectsDlg( TQWidget *tqparent ) setModal( true ); // The dialog contains a list view and several buttons. - // Two box tqlayouts hol dthem. + // Two box layouts hol dthem. TQWidget * page = new TQWidget( this ); setMainWidget(page); invertSelButton = new KPushButton(i18n("&Invert Selection"), page); diff --git a/korn/systemtray.h b/korn/systemtray.h index 6338ae57e..54fba1a4f 100644 --- a/korn/systemtray.h +++ b/korn/systemtray.h @@ -34,9 +34,9 @@ class SystemTray : public KSystemTray TQ_OBJECT public: /** - * This contructor gives all it parameters to its tqparents. + * This contructor gives all it parameters to its parents. * @param parant The tqparent window - * @param name The name of the TQObject's tqparents. + * @param name The name of the TQObject's parents. */ SystemTray( TQWidget * tqparent = 0, const char * name = 0 ); /** |