diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 20:05:33 +0100 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-02 20:05:33 +0100 | 
| commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
| tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /src/core.h | |
| parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
| download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip | |
Finish renaming tdevelop components
Diffstat (limited to 'src/core.h')
| -rw-r--r-- | src/core.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -7,7 +7,7 @@  #include <tdeparts/partmanager.h> -#include "kdevcore.h" +#include "tdevcore.h"  namespace MainWindowUtils{ @@ -17,7 +17,7 @@ TQString beautifyToolTip(const TQString& text);  /**  Core implementation.  */ -class Core : public KDevCore +class Core : public TDevCore  {    Q_OBJECT @@ -41,7 +41,7 @@ public:    ~Core(); -  virtual void running(KDevPlugin *which, bool runs); +  virtual void running(TDevPlugin *which, bool runs);    virtual void fillContextMenu(TQPopupMenu *popup, const Context *context);    virtual void openProject(const TQString& projectFileName); @@ -51,13 +51,13 @@ public:    void doEmitCoreInitialized() { emit coreInitialized(); }    void doEmitProjectConfigWidget(KDialogBase *base) { emit projectConfigWidget(base); }    void doEmitConfigWidget(KDialogBase *base) { emit configWidget(base); } -  void doEmitStopButtonPressed(KDevPlugin* which = 0) { emit stopButtonClicked( which ); } +  void doEmitStopButtonPressed(TDevPlugin* which = 0) { emit stopButtonClicked( which ); }    bool queryClose();  signals: -  void activeProcessChanged(KDevPlugin* which, bool runs); +  void activeProcessChanged(TDevPlugin* which, bool runs);  protected: | 
