summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KFontDialog_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KFontDialog_local.cpp')
-rw-r--r--lib/kotext/KFontDialog_local.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/kotext/KFontDialog_local.cpp b/lib/kotext/KFontDialog_local.cpp
index 6dbb498f5..beaeb9f95 100644
--- a/lib/kotext/KFontDialog_local.cpp
+++ b/lib/kotext/KFontDialog_local.cpp
@@ -92,11 +92,11 @@ public:
TQPalette m_palette;
};
-KFontChooser_local::KFontChooser_local(TQWidget *tqparent, const char *name,
+KFontChooser_local::KFontChooser_local(TQWidget *parent, const char *name,
bool onlyFixed, const TQStringList &fontList,
bool makeFrame, int visibleListSize, bool diff,
TQButton::ToggleState *sizeIsRelativeState )
- : TQWidget(tqparent, name), usingFixed(onlyFixed)
+ : TQWidget(parent, name), usingFixed(onlyFixed)
{
charsetsCombo = 0;
@@ -743,11 +743,11 @@ void KFontChooser_local::showXLFDArea(bool show)
///////////////////////////////////////////////////////////////////////////////
-KFontDialog_local::KFontDialog_local( TQWidget *tqparent, const char* name,
+KFontDialog_local::KFontDialog_local( TQWidget *parent, const char* name,
bool onlyFixed, bool modal,
const TQStringList &fontList, bool makeFrame, bool diff,
TQButton::ToggleState *sizeIsRelativeState )
- : KDialogBase( tqparent, name, modal, i18n("Select Font"), Ok|Cancel, Ok )
+ : KDialogBase( parent, name, modal, i18n("Select Font"), Ok|Cancel, Ok )
{
chooser = new KFontChooser_local( this, "fontChooser",
onlyFixed, fontList, makeFrame, 8,
@@ -757,10 +757,10 @@ KFontDialog_local::KFontDialog_local( TQWidget *tqparent, const char* name,
int KFontDialog_local::getFontDiff( TQFont &theFont, int &diffFlags, bool onlyFixed,
- TQWidget *tqparent, bool makeFrame,
+ TQWidget *parent, bool makeFrame,
TQButton::ToggleState *sizeIsRelativeState )
{
- KFontDialog_local dlg( tqparent, "Font Selector", onlyFixed, true, TQStringList(),
+ KFontDialog_local dlg( parent, "Font Selector", onlyFixed, true, TQStringList(),
makeFrame, true, sizeIsRelativeState );
dlg.setFont( theFont, onlyFixed );
@@ -776,10 +776,10 @@ int KFontDialog_local::getFontDiff( TQFont &theFont, int &diffFlags, bool onlyFi
}
int KFontDialog_local::getFont( TQFont &theFont, bool onlyFixed,
- TQWidget *tqparent, bool makeFrame,
+ TQWidget *parent, bool makeFrame,
TQButton::ToggleState *sizeIsRelativeState )
{
- KFontDialog_local dlg( tqparent, "Font Selector", onlyFixed, true, TQStringList(),
+ KFontDialog_local dlg( parent, "Font Selector", onlyFixed, true, TQStringList(),
makeFrame, false, sizeIsRelativeState );
dlg.setFont( theFont, onlyFixed );
@@ -795,11 +795,11 @@ int KFontDialog_local::getFont( TQFont &theFont, bool onlyFixed,
int KFontDialog_local::getFontAndText( TQFont &theFont, TQString &theString,
- bool onlyFixed, TQWidget *tqparent,
+ bool onlyFixed, TQWidget *parent,
bool makeFrame,
TQButton::ToggleState *sizeIsRelativeState )
{
- KFontDialog_local dlg( tqparent, "Font and Text Selector", onlyFixed, true,
+ KFontDialog_local dlg( parent, "Font and Text Selector", onlyFixed, true,
TQStringList(), makeFrame, false, sizeIsRelativeState );
dlg.setFont( theFont, onlyFixed );