diff options
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 3722438..7019968 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -536,7 +536,7 @@ BasketsPage::BasketsPage(TQWidget * parent, const char * name) m_exportTextTags = new TQCheckBox(i18n("&Export tags in texts"), widget); connect( m_exportTextTags, TQT_SIGNAL(stateChanged(int)), this, TQT_SLOT(changed()) ); - TQPixmap pixmapHelp(KGlobal::dirs()->findResource("data", "basket/images/tag_export_help.png")); + TQPixmap pixmapHelp(TDEGlobal::dirs()->findResource("data", "basket/images/tag_export_help.png")); TQMimeSourceFactory::defaultFactory()->setPixmap("__resource_help_tag_export.png", pixmapHelp); hLabel = new HelpLabel( i18n("When does this apply?"), @@ -553,7 +553,7 @@ BasketsPage::BasketsPage(TQWidget * parent, const char * name) m_groupOnInsertionLineWidget = new TQWidget(behaviorBox); TQHBoxLayout *hLayV = new TQHBoxLayout(m_groupOnInsertionLineWidget, /*margin=*/0, KDialogBase::spacingHint()); m_groupOnInsertionLine = new TQCheckBox(i18n("&Group a new note when clicking on the right of the insertion line"), m_groupOnInsertionLineWidget); - TQPixmap pixmap(KGlobal::dirs()->findResource("data", "basket/images/insertion_help.png")); + TQPixmap pixmap(TDEGlobal::dirs()->findResource("data", "basket/images/insertion_help.png")); TQMimeSourceFactory::defaultFactory()->setPixmap("__resource_help_insertion_line.png", pixmap); HelpLabel *helpV = new HelpLabel( i18n("How to group a new note?"), |