diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:09:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:09:56 -0600 |
commit | 5ca50f0ef6000d132b45fc6a50cf3062245bd070 (patch) | |
tree | 99c6b7de89d289e0a80ec21f7525dc514bc759d1 /ksayit/src/ksayitsystemtray.h | |
parent | 722a076e84b860a947f4c68417db82526b03b1a1 (diff) | |
download | tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.tar.gz tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ksayit/src/ksayitsystemtray.h')
-rw-r--r-- | ksayit/src/ksayitsystemtray.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ksayit/src/ksayitsystemtray.h b/ksayit/src/ksayitsystemtray.h index 79a6e03..ebef2d6 100644 --- a/ksayit/src/ksayitsystemtray.h +++ b/ksayit/src/ksayitsystemtray.h @@ -125,22 +125,22 @@ protected: // Methods void sayClipboard(); private: // Methods - /** initializes the KActions of the application */ + /** initializes the TDEActions of the application */ void initActions(); public: - KAction *say; - KAction *shutup; - KAction *pause; - KAction *next_sentence; - KAction *prev_sentence; + TDEAction *say; + TDEAction *shutup; + TDEAction *pause; + TDEAction *next_sentence; + TDEAction *prev_sentence; private: - KPopupMenu *menu; + TDEPopupMenu *menu; KHelpMenu *help; - KAction *settings; - KAction *help_about; - KAction *help_kde; + TDEAction *settings; + TDEAction *help_about; + TDEAction *help_kde; State *_state; }; |