diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:36 -0600 |
commit | 7716a5e605907a009e19f429cec4e6b5f346bd71 (patch) | |
tree | 16cf4a5d7a24db774f988022d514adefc75015c0 /kuiviewer/kuiviewer_part.h | |
parent | 0117fbed932653a04aeef16b2ed7edee858959ac (diff) | |
download | tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kuiviewer/kuiviewer_part.h')
-rw-r--r-- | kuiviewer/kuiviewer_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kuiviewer/kuiviewer_part.h b/kuiviewer/kuiviewer_part.h index a0dd6d8b..960da999 100644 --- a/kuiviewer/kuiviewer_part.h +++ b/kuiviewer/kuiviewer_part.h @@ -29,8 +29,8 @@ class TQWidget; class KURL; class TQVBox; class TDEAboutData; -class KListAction; -class KListView; +class TDEListAction; +class TDEListView; /** * This is a "Part". It that does all the real work in a KPart @@ -73,8 +73,8 @@ protected: private: TQVBox *m_widget; TQGuardedPtr<TQWidget> m_view; - KListAction *m_style; - KAction *m_copy; + TDEListAction *m_style; + TDEAction *m_copy; }; #endif // KUIVIEWERPART_H |