diff options
Diffstat (limited to 'src/app/mainWindow.cpp')
-rw-r--r-- | src/app/mainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index 7370784..6dbc353 100644 --- a/src/app/mainWindow.cpp +++ b/src/app/mainWindow.cpp @@ -111,7 +111,7 @@ MainWindow::setupActions() //singleton function bool MainWindow::queryExit() { - if( !m_part ) //aptqparently std::exit() still calls this function, and abort() causes a crash.. + if( !m_part ) //apparently std::exit() still calls this function, and abort() causes a crash.. return true; KConfig* const config = KGlobal::config(); |