diff options
Diffstat (limited to 'kalarm/mainwindowbase.cpp')
-rw-r--r-- | kalarm/mainwindowbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/mainwindowbase.cpp b/kalarm/mainwindowbase.cpp index 2f0cfa16b..80c68c532 100644 --- a/kalarm/mainwindowbase.cpp +++ b/kalarm/mainwindowbase.cpp @@ -28,7 +28,7 @@ * Called when a close event is received. * Only quits the application if there is no system tray icon displayed. */ -void MainWindowBase::closeEvent(QCloseEvent* ce) +void MainWindowBase::closeEvent(TQCloseEvent* ce) { disableQuit = theApp()->trayIconDisplayed(); KMainWindow::closeEvent(ce); |