summaryrefslogtreecommitdiffstats
path: root/tools/designer/editor
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/editor')
-rw-r--r--tools/designer/editor/conf.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/editor/conf.cpp b/tools/designer/editor/conf.cpp
index 336f4471..bff12867 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;