diff options
Diffstat (limited to 'kgoldrunner/src/kgoldrunner.cpp')
-rw-r--r-- | kgoldrunner/src/kgoldrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index 54726d8f..9497a7ef 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -100,7 +100,7 @@ KGoldrunner::KGoldrunner() #ifdef QT3 // Base size of playing-area and widgets on the monitor resolution. - int dw = KApplication::desktop()->width(); + int dw = TDEApplication::desktop()->width(); if (dw > 800) { // More than 800x600. view->changeSize (+1); // Scale 1.25:1. } |