diff options
Diffstat (limited to 'src/mainwindowshare.h')
-rw-r--r-- | src/mainwindowshare.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindowshare.h b/src/mainwindowshare.h index a9ec620a..7ac08bdb 100644 --- a/src/mainwindowshare.h +++ b/src/mainwindowshare.h @@ -54,7 +54,7 @@ private slots: void slotConfigureNotifications(); void slotConfigureEditors(); void slotSettings(); - void slotActiveProcessChanged( KDevPlugin*, bool ); + void slotActiveProcessChanged( TDevPlugin*, bool ); void slotActivePartChanged( KParts::Part* part ); void slotStopPopupActivated(int); void slotStopMenuAboutToShow(); @@ -83,7 +83,7 @@ private: TDEToolBarPopupAction* m_stopProcesses; //!< Stops all running processes KParts::MainWindow* m_pMainWnd; - TQPtrList<KDevPlugin> activeProcesses; + TQPtrList<TDevPlugin> activeProcesses; }; #endif // __MAINWINDOWSHARE_H__ |