summaryrefslogtreecommitdiff
path: root/core/settings
Side-by-side diff
Diffstat (limited to 'core/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/launcher/launchersettings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/launcher/launchersettings.cpp b/core/settings/launcher/launchersettings.cpp
index 5efd297..7849d4c 100644
--- a/core/settings/launcher/launchersettings.cpp
+++ b/core/settings/launcher/launchersettings.cpp
@@ -56,8 +56,8 @@ LauncherSettings::LauncherSettings (QWidget*,const char*, WFlags)
tw-> addTab ( m_taskbar, "wait", tr( "Taskbar" ));
tw-> addTab ( m_menu, "go", tr( "O-Menu" ));
- tw-> addTab ( m_tabs, "launchersettings/tabstab.png", tr( "Tabs" ));
- tw-> addTab ( m_imethods, "launchersettings/inputmethod.png", tr( "InputMethods" ));
+ tw-> addTab ( m_tabs, "launchersettings/tabstab", tr( "Tabs" ));
+ tw-> addTab ( m_imethods, "launchersettings/inputmethod", tr( "InputMethods" ));
tw-> addTab ( m_doctab, "DocsIcon", tr( "DocTab" ) );
tw-> setCurrentTab ( m_taskbar );
}