diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-25 15:37:31 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-25 15:37:31 +0900 | 
| commit | 6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch) | |
| tree | ab69e390f7962b7e7dda1a3a64f035c61c751cf4 /src/core.h | |
| parent | aba2788b428dc53243407902e9ccbb20b97a69fd (diff) | |
| download | tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip | |
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
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 "tdevcore.h" +#include "kdevcore.h"  namespace MainWindowUtils{ @@ -17,7 +17,7 @@ TQString beautifyToolTip(const TQString& text);  /**  Core implementation.  */ -class Core : public TDevCore +class Core : public KDevCore  {    Q_OBJECT @@ -41,7 +41,7 @@ public:    ~Core(); -  virtual void running(TDevPlugin *which, bool runs); +  virtual void running(KDevPlugin *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(TDevPlugin* which = 0) { emit stopButtonClicked( which ); } +  void doEmitStopButtonPressed(KDevPlugin* which = 0) { emit stopButtonClicked( which ); }    bool queryClose();  signals: -  void activeProcessChanged(TDevPlugin* which, bool runs); +  void activeProcessChanged(KDevPlugin* which, bool runs);  protected: | 
