summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/systemtray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/systemtray.cpp')
-rw-r--r--kopete/kopete/systemtray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/systemtray.cpp b/kopete/kopete/systemtray.cpp
index 75fef262..009ac09d 100644
--- a/kopete/kopete/systemtray.cpp
+++ b/kopete/kopete/systemtray.cpp
@@ -78,7 +78,7 @@ KopeteSystemTray::KopeteSystemTray(TQWidget* parent, const char* name)
// in the close widget click case, we only want to hide the parent window
// so instead, we make it call our general purpose quit slot on the window, which causes a window close and everything else we need
// KDE4 - app will have to listen for quitSelected instead
- KAction *quit = actionCollection()->action( "file_quit" );
+ TDEAction *quit = actionCollection()->action( "file_quit" );
quit->disconnect();
KopeteWindow *myParent = static_cast<KopeteWindow *>( parent );
connect( quit, TQT_SIGNAL( activated() ), myParent, TQT_SLOT( slotQuit() ) );
@@ -124,7 +124,7 @@ void KopeteSystemTray::mouseDoubleClickEvent( TQMouseEvent *me )
}
}
-void KopeteSystemTray::contextMenuAboutToShow( KPopupMenu *me )
+void KopeteSystemTray::contextMenuAboutToShow( TDEPopupMenu *me )
{
//kdDebug(14010) << k_funcinfo << "Called." << endl;
emit aboutToShowMenu( me );