diff options
Diffstat (limited to 'src/entrywidgetexternal.cpp')
-rw-r--r-- | src/entrywidgetexternal.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entrywidgetexternal.cpp b/src/entrywidgetexternal.cpp index c470483..bd6b8de 100644 --- a/src/entrywidgetexternal.cpp +++ b/src/entrywidgetexternal.cpp @@ -132,7 +132,7 @@ namespace KBibTeX if ( url.isValid() ) Settings::openUrl( url, this ); else - m_pushButtonOpenURL->setEnabled( FALSE ); + m_pushButtonOpenURL->setEnabled( false ); } void EntryWidgetExternal::openURL( const TQString &url ) @@ -147,7 +147,7 @@ namespace KBibTeX if ( url.isValid() ) Settings::openUrl( url, this ); else - m_pushButtonOpenDoi->setEnabled( FALSE ); + m_pushButtonOpenDoi->setEnabled( false ); } void EntryWidgetExternal::openLocalFile() @@ -157,7 +157,7 @@ namespace KBibTeX if ( url.isValid() ) Settings::openUrl( url, this ); else - m_pushButtonOpenLocalFile->setEnabled( FALSE ); + m_pushButtonOpenLocalFile->setEnabled( false ); } void EntryWidgetExternal::browseLocalFile( int id ) |