diff options
Diffstat (limited to 'tools/designer/editor/conf.cpp')
-rw-r--r-- | tools/designer/editor/conf.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/editor/conf.cpp b/tools/designer/editor/conf.cpp index 336f44712..bff128679 100644 --- a/tools/designer/editor/conf.cpp +++ b/tools/designer/editor/conf.cpp @@ -41,10 +41,10 @@ TQMap<TQString, ConfigStyle> Config::defaultStyles() { ConfigStyle s; TQMap<TQString, ConfigStyle> styles; - int normalSize = qApp->font().pointSize(); - TQString normalFamily = qApp->font().family(); + int normalSize = tqApp->font().pointSize(); + TQString normalFamily = tqApp->font().family(); TQString commentFamily = "times"; - int normalWeight = qApp->font().weight(); + int normalWeight = tqApp->font().weight(); s.font = TQFont( normalFamily, normalSize, normalWeight ); s.color = TQt::black; |