summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoFontDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoFontDia.cpp')
-rw-r--r--lib/kotext/KoFontDia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoFontDia.cpp b/lib/kotext/KoFontDia.cpp
index 93f3a21e..258ea98d 100644
--- a/lib/kotext/KoFontDia.cpp
+++ b/lib/kotext/KoFontDia.cpp
@@ -45,8 +45,8 @@
#include <kiconloader.h>
KoFontDia::KoFontDia( const KoTextFormat& initialFormat,
- KSpell2::Broker::Ptr broker, TQWidget* tqparent, const char* name )
- : KDialogBase( tqparent, name, true,
+ KSpell2::Broker::Ptr broker, TQWidget* parent, const char* name )
+ : KDialogBase( parent, name, true,
i18n("Select Font"), Ok|Cancel|User1|Apply, Ok ),
m_initialFormat(initialFormat),
m_changedFlags(KoTextFormat::NoFlags)