From a5b44fbe44e58478ad74d819c5f4c36926d31872 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:53:50 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f) --- kpersonalizer/kcountrypagedlg.ui | 2 +- kpersonalizer/keyecandypagedlg.ui | 6 +++--- kpersonalizer/kospagedlg.ui | 2 +- kpersonalizer/krefinepagedlg.ui | 6 +++--- kpersonalizer/kstylepagedlg.ui | 2 +- kpersonalizer/ksysinfo.cpp | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'kpersonalizer') diff --git a/kpersonalizer/kcountrypagedlg.ui b/kpersonalizer/kcountrypagedlg.ui index cdad6cd7f..ddab51247 100644 --- a/kpersonalizer/kcountrypagedlg.ui +++ b/kpersonalizer/kcountrypagedlg.ui @@ -84,7 +84,7 @@ RichText - + WordBreak|AlignTop|AlignLeft diff --git a/kpersonalizer/keyecandypagedlg.ui b/kpersonalizer/keyecandypagedlg.ui index 82386d836..5301c118a 100644 --- a/kpersonalizer/keyecandypagedlg.ui +++ b/kpersonalizer/keyecandypagedlg.ui @@ -63,7 +63,7 @@ <P>Trinity offers many visually appealing special effects, such as smoothed fonts, previews in the file manager and animated menus. All this beauty, however, comes at a small performance cost. </P> If you have a fast, new processor, you might want to turn them all on, but for those of us with slower processors, starting off with less eye candy helps to keep your desktop more responsive. - + WordBreak|AlignTop|AlignLeft @@ -98,7 +98,7 @@ If you have a fast, new processor, you might want to turn them all on, but for t PlainText - + AlignCenter @@ -136,7 +136,7 @@ If you have a fast, new processor, you might want to turn them all on, but for t Fast Processor (more effects) - + AlignCenter diff --git a/kpersonalizer/kospagedlg.ui b/kpersonalizer/kospagedlg.ui index acbb2713f..87ff64d5f 100644 --- a/kpersonalizer/kospagedlg.ui +++ b/kpersonalizer/kospagedlg.ui @@ -167,7 +167,7 @@ Trinity allows you to customize its behavior according to your needs. For motion impaired users, Trinity provides keyboard gestures to activate special keyboard settings. - + WordBreak|AlignVCenter diff --git a/kpersonalizer/krefinepagedlg.ui b/kpersonalizer/krefinepagedlg.ui index 0a2c563c4..8b96fd43e 100644 --- a/kpersonalizer/krefinepagedlg.ui +++ b/kpersonalizer/krefinepagedlg.ui @@ -32,7 +32,7 @@ <h3>Finished</h3> <p>After closing this dialog you can always restart this Wizard by choosing the entry <b>Desktop Settings Wizard</b> from the Settings menu.</p> - + WordBreak|AlignVCenter|AlignLeft @@ -80,7 +80,7 @@ You can refine the settings you made by starting the Trinity Control Center by choosing the entry <b>Control Center</b> in the K menu. - + WordBreak|AlignTop|AlignLeft @@ -132,7 +132,7 @@ You can also start the Trinity Control Center using the button below. - + WordBreak|AlignCenter diff --git a/kpersonalizer/kstylepagedlg.ui b/kpersonalizer/kstylepagedlg.ui index cc3837bbd..d7db08975 100644 --- a/kpersonalizer/kstylepagedlg.ui +++ b/kpersonalizer/kstylepagedlg.ui @@ -31,7 +31,7 @@ Please choose the way your computer should look by selecting one of the items below. - + WordBreak|AlignVCenter|AlignLeft diff --git a/kpersonalizer/ksysinfo.cpp b/kpersonalizer/ksysinfo.cpp index e5f143229..20a089b8f 100644 --- a/kpersonalizer/ksysinfo.cpp +++ b/kpersonalizer/ksysinfo.cpp @@ -99,12 +99,12 @@ bool KSysInfo::getRenderSupport(){ void KSysInfo::initFontFamilies() { TQFontDatabase fdb; - TQStringList families = fdb.tqfamilies(); + TQStringList families = fdb.families(); m_normal_font = TQString::null; m_fixed_font = TQString::null; int normal_priority = 0, fixed_priority = 0; for (uint i=0; i < families.count(); i++) { - TQString font = *families.tqat(i); + TQString font = *families.at(i); //add further NORMAL fonts here if ( (font.contains("Arial [") || font=="Arial") && normal_priority < 15 ) { m_normal_font = font; -- cgit v1.2.1