diff options
Diffstat (limited to 'buildtools/pascal/pascalglobaloptionsdlg.cpp')
| -rw-r--r-- | buildtools/pascal/pascalglobaloptionsdlg.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/buildtools/pascal/pascalglobaloptionsdlg.cpp b/buildtools/pascal/pascalglobaloptionsdlg.cpp index b55ae62f..ccbf8dc1 100644 --- a/buildtools/pascal/pascalglobaloptionsdlg.cpp +++ b/buildtools/pascal/pascalglobaloptionsdlg.cpp @@ -17,7 +17,7 @@  #include <kdebug.h>  #include <tdeconfig.h> -#include "tdevcompileroptions.h" +#include "kdevcompileroptions.h"  #include "service.h"  #include "pascalproject_part.h" @@ -64,7 +64,7 @@ PascalGlobalOptionsDlg::~PascalGlobalOptionsDlg()  void PascalGlobalOptionsDlg::optionsButtonClicked()  {      TQString name = ServiceComboBox::currentText(compiler_box, service_names); -    TDevCompilerOptions *plugin = m_part->createCompilerOptions(name); +    KDevCompilerOptions *plugin = m_part->createCompilerOptions(name);      if (plugin) {          TQString flags = plugin->exec(this, options_edit->text()); | 
