diff options
Diffstat (limited to 'kmag/kmag.cpp')
-rw-r--r-- | kmag/kmag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/kmag.cpp b/kmag/kmag.cpp index bf09401..1abc1c1 100644 --- a/kmag/kmag.cpp +++ b/kmag/kmag.cpp @@ -73,7 +73,7 @@ KmagApp::KmagApp(TQWidget* , const char* name) : TDEMainWindow(0, name, WStyle_MinMax | WType_TopLevel | WStyle_StaysOnTop | WDestructiveClose | WStyle_ContextHelp), m_defaultMouseCursorType(2) { - config=kapp->config(); + config=tdeApp->config(); zoomArrayString << "5:1" << "2:1" << "1:1" << "1:1.5" << "1:2" << "1:3" << "1:4" << "1:5" << "1:6" << "1:7" << "1:8" << "1:12" << "1:16" << "1:20"; |