diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/kile/kile.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kile.kcfg b/src/kile/kile.kcfg index e856904..7a8519b 100644 --- a/src/kile/kile.kcfg +++ b/src/kile/kile.kcfg @@ -36,13 +36,13 @@ <entry name="MainwindowWidth" type="Int"> <label>The main window's width.</label> <default code="true"> - QApplication::desktop()->screenGeometry().width() - 100 + TQApplication::desktop()->screenGeometry().width() - 100 </default> </entry> <entry name="MainwindowHeight" type="Int"> <label>The main window's height.</label> <default code="true"> - QApplication::desktop()->screenGeometry().height() - 100 + TQApplication::desktop()->screenGeometry().height() - 100 </default> </entry> </group> |