From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/customtemplates.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/customtemplates.h') diff --git a/kmail/customtemplates.h b/kmail/customtemplates.h index 09c8c8fb6..9b8da9943 100644 --- a/kmail/customtemplates.h +++ b/kmail/customtemplates.h @@ -30,7 +30,7 @@ struct CustomTemplateItem; typedef TQDict CustomTemplateItemList; -class KShortcut; +class TDEShortcut; class CustomTemplates : public CustomTemplatesBase { @@ -61,7 +61,7 @@ class CustomTemplates : public CustomTemplatesBase void slotRemoveClicked(); void slotListSelectionChanged(); void slotTypeActivated( int index ); - void slotShortcutCaptured( const KShortcut &shortcut ); + void slotShortcutCaptured( const TDEShortcut &shortcut ); void slotNameChanged( const TQString& ); signals: @@ -92,14 +92,14 @@ struct CustomTemplateItem CustomTemplateItem() {} CustomTemplateItem( const TQString &name, const TQString &content, - KShortcut &shortcut, + TDEShortcut &shortcut, CustomTemplates::Type type, TQString to, TQString cc ) : mName( name ), mContent( content ), mShortcut(shortcut), mType( type ), mTo( to ), mCC( cc ) {} TQString mName, mContent; - KShortcut mShortcut; + TDEShortcut mShortcut; CustomTemplates::Type mType; TQString mTo, mCC; }; -- cgit v1.2.1