diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:03 -0600 |
commit | 9c9412b30c54468adc9e506cc76c5d113fbf5056 (patch) | |
tree | 68a0c0d5bc770fc58596b8c5624cdf33d8625027 /kdict/toplevel.h | |
parent | 2e53bd0b77676f879fad7baeecea5879bf496a7d (diff) | |
download | tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.tar.gz tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kdict/toplevel.h')
-rw-r--r-- | kdict/toplevel.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdict/toplevel.h b/kdict/toplevel.h index d9653413..f6ecb6a9 100644 --- a/kdict/toplevel.h +++ b/kdict/toplevel.h @@ -23,8 +23,8 @@ class TQSplitter; -class KToggleAction; -class KToolBarPopupAction; +class TDEToggleAction; +class TDEToolBarPopupAction; class DictLabelAction; class DictComboAction; @@ -35,7 +35,7 @@ class OptionsDialog; class DbSetsDialog; -class TopLevel : public KMainWindow, virtual public KDictIface +class TopLevel : public TDEMainWindow, virtual public KDictIface { Q_OBJECT @@ -129,13 +129,13 @@ private slots: private: - KAction *actSave, *actPrint, *actStartQuery, *actStopQuery, *actCopy; - KToggleAction *actShowMatchList; + TDEAction *actSave, *actPrint, *actStartQuery, *actStopQuery, *actCopy; + TDEToggleAction *actShowMatchList; DictLabelAction *actQueryLabel, *actDbLabel; DictComboAction *actQueryCombo, *actDbCombo; DictButtonAction *actDefineBtn, *actMatchBtn; - TQPtrList<KAction> historyActionList, dbActionList; - KToolBarPopupAction *actBack, *actForward; + TQPtrList<TDEAction> historyActionList, dbActionList; + TDEToolBarPopupAction *actBack, *actForward; TQSplitter *splitter; // widgets.... QueryView *queryView; |