From 5ca50f0ef6000d132b45fc6a50cf3062245bd070 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:09:56 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmouth/kmouth.h | 62 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'kmouth/kmouth.h') diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h index 99d6bd5..0ba6557 100644 --- a/kmouth/kmouth.h +++ b/kmouth/kmouth.h @@ -44,16 +44,16 @@ class PhraseBook; * The base class for KMouth application windows. It sets up the main * window and reads the config file as well as providing a menubar, toolbar * and statusbar. - * KMouthApp reimplements the methods that KMainWindow provides for main window handling and supports - * full session management as well as using KActions. - * @see KMainWindow + * KMouthApp reimplements the methods that TDEMainWindow provides for main window handling and supports + * full session management as well as using TDEActions. + * @see TDEMainWindow * @see TDEApplication * @see TDEConfig * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. * @version KDevelop version 1.2 code generation */ -class KMouthApp : public KMainWindow +class KMouthApp : public TDEMainWindow { Q_OBJECT @@ -88,7 +88,7 @@ class KMouthApp : public KMainWindow void readOptions(); /** initializes the phrase list */ void initPhraseList(); - /** initializes the KActions of the application */ + /** initializes the TDEActions of the application */ void initActions(); /** sets up the statusbar for the main window by initialzing a statuslabel. */ @@ -157,32 +157,32 @@ class KMouthApp : public KMainWindow /** The configuration dialog */ OptionsDialog *optionsDialog; - // KAction pointers to enable/disable actions - KAction* fileOpen; - KAction* fileSaveAs; - KAction* filePrint; - KAction* fileQuit; - - KAction* editCut; - KAction* editCopy; - KAction* editPaste; - KAction* editSpeak; - - KActionCollection *phrases; - KAction* phrasebookEdit; - - KToggleAction* viewMenuBar; - KToggleAction* viewToolBar; - KToggleAction* viewPhrasebookBar; - KToggleAction* viewStatusBar; - KAction* configureTTS; - - KAction* phraseListSpeak; - KAction* phraseListRemove; - KAction* phraseListCut; - KAction* phraseListCopy; - KAction* phraselistSelectAll; - KAction* phraselistDeselectAll; + // TDEAction pointers to enable/disable actions + TDEAction* fileOpen; + TDEAction* fileSaveAs; + TDEAction* filePrint; + TDEAction* fileQuit; + + TDEAction* editCut; + TDEAction* editCopy; + TDEAction* editPaste; + TDEAction* editSpeak; + + TDEActionCollection *phrases; + TDEAction* phrasebookEdit; + + TDEToggleAction* viewMenuBar; + TDEToggleAction* viewToolBar; + TDEToggleAction* viewPhrasebookBar; + TDEToggleAction* viewStatusBar; + TDEAction* configureTTS; + + TDEAction* phraseListSpeak; + TDEAction* phraseListRemove; + TDEAction* phraseListCut; + TDEAction* phraseListCopy; + TDEAction* phraselistSelectAll; + TDEAction* phraselistDeselectAll; }; #endif // KMOUTH_H -- cgit v1.2.1