summaryrefslogtreecommitdiffstats
path: root/src/mainwindowshare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindowshare.h')
-rw-r--r--src/mainwindowshare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindowshare.h b/src/mainwindowshare.h
index 7ac08bdb..a9ec620a 100644
--- a/src/mainwindowshare.h
+++ b/src/mainwindowshare.h
@@ -54,7 +54,7 @@ private slots:
void slotConfigureNotifications();
void slotConfigureEditors();
void slotSettings();
- void slotActiveProcessChanged( TDevPlugin*, bool );
+ void slotActiveProcessChanged( KDevPlugin*, 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<TDevPlugin> activeProcesses;
+ TQPtrList<KDevPlugin> activeProcesses;
};
#endif // __MAINWINDOWSHARE_H__