diff options
Diffstat (limited to 'krecipes/src/pref.cpp')
-rw-r--r-- | krecipes/src/pref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/pref.cpp b/krecipes/src/pref.cpp index a04389e..4eb71b8 100644 --- a/krecipes/src/pref.cpp +++ b/krecipes/src/pref.cpp @@ -68,7 +68,7 @@ KrecipesPreferences::KrecipesPreferences( TQWidget *parent ) formatting_layout->addWidget( m_pageNumbers ); m_helpMap.insert(1,"custom-formatting"); - frame = addPage( i18n( "Import/Export" ), i18n( "Recipe Import and Export Options" ), il.loadIcon( "down", TDEIcon::NoGroup, 32 ) ); + frame = addPage( i18n( "Import/Export" ), i18n( "Recipe Import and Export Options" ), il.loadIcon( "go-down", TDEIcon::NoGroup, 32 ) ); TQHBoxLayout* import_layout = new TQHBoxLayout( frame ); m_pageImport = new ImportPrefs( frame ); import_layout->addWidget( m_pageImport ); |