diff options
Diffstat (limited to 'kicker/applets/menu/menuapplet.cpp')
| -rw-r--r-- | kicker/applets/menu/menuapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/menu/menuapplet.cpp b/kicker/applets/menu/menuapplet.cpp index 52e3da93b..2f1a8616b 100644 --- a/kicker/applets/menu/menuapplet.cpp +++ b/kicker/applets/menu/menuapplet.cpp @@ -89,7 +89,7 @@ Applet::Applet( const TQString& configFile_P, TQWidget* parent_P ) setBackgroundOrigin(AncestorOrigin); dcopclient.registerAs( "menuapplet", false ); // toolbarAppearanceChanged(int) is sent when changing macstyle - connect( kapp, TQ_SIGNAL( toolbarAppearanceChanged( int )), + connect( tdeApp, TQ_SIGNAL( toolbarAppearanceChanged( int )), this, TQ_SLOT( readSettings())); claimSelection(); readSettings(); @@ -299,7 +299,7 @@ void Applet::claimSelection() delete selection_watcher; selection_watcher = NULL; connect( selection, TQ_SIGNAL( lostOwnership()), TQ_SLOT( lostSelection())); - module = new KWinModule; + module = new TWinModule; connect( module, TQ_SIGNAL( windowAdded( WId )), this, TQ_SLOT( windowAdded( WId ))); connect( module, TQ_SIGNAL( activeWindowChanged( WId )), this, TQ_SLOT( activeWindowChanged( WId ))); |
