summaryrefslogtreecommitdiffstats
path: root/kalarm/traywindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/traywindow.cpp')
-rw-r--r--kalarm/traywindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/traywindow.cpp b/kalarm/traywindow.cpp
index 8bcad17e..3916ebdd 100644
--- a/kalarm/traywindow.cpp
+++ b/kalarm/traywindow.cpp
@@ -84,7 +84,7 @@ TrayWindow::TrayWindow(MainWindow* parent, const char* name)
setAcceptDrops(true); // allow drag-and-drop onto this window
// Set up the context menu
- KActionCollection* actcol = actionCollection();
+ TDEActionCollection* actcol = actionCollection();
AlarmEnableAction* a = Daemon::createAlarmEnableAction(actcol, "tAlarmEnable");
a->plug(contextMenu());
connect(a, TQT_SIGNAL(switched(bool)), TQT_SLOT(setEnabledStatus(bool)));
@@ -118,7 +118,7 @@ TrayWindow::~TrayWindow()
* Called just before the context menu is displayed.
* Update the Alarms Enabled item status.
*/
-void TrayWindow::contextMenuAboutToShow(KPopupMenu* menu)
+void TrayWindow::contextMenuAboutToShow(TDEPopupMenu* menu)
{
KSystemTray::contextMenuAboutToShow(menu); // needed for KDE <= 3.1 compatibility
Daemon::checkStatus();