diff options
Diffstat (limited to 'buildtools/autotools/configureoptionswidget.h')
-rw-r--r-- | buildtools/autotools/configureoptionswidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/configureoptionswidget.h b/buildtools/autotools/configureoptionswidget.h index 33c78b1a..ea1d0d62 100644 --- a/buildtools/autotools/configureoptionswidget.h +++ b/buildtools/autotools/configureoptionswidget.h @@ -54,7 +54,7 @@ private: void saveSettings( const TQString &config ); KDevCompilerOptions *createCompilerOptions( const TQString &lang ); - KTrader::OfferList coffers, cxxoffers, f77offers; + TDETrader::OfferList coffers, cxxoffers, f77offers; TQStringList cservice_names, cservice_execs; TQStringList cxxservice_names, cxxservice_execs; TQStringList f77service_names, f77service_execs; |