diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kpdf/part.h | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kpdf/part.h')
-rw-r--r-- | kpdf/part.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/kpdf/part.h b/kpdf/part.h index 426c89f4..50be072f 100644 --- a/kpdf/part.h +++ b/kpdf/part.h @@ -28,11 +28,11 @@ class TQSplitter; class TQToolBox; class KURL; -class KAction; +class TDEAction; class TDEConfig; class KDirWatch; -class KToggleAction; -class KSelectAction; +class TDEToggleAction; +class TDESelectAction; class TDEAboutData; class KPrinter; @@ -172,22 +172,22 @@ private: TQString m_jobMime; // actions - KAction *m_gotoPage; - KAction *m_prevPage; - KAction *m_nextPage; - KAction *m_firstPage; - KAction *m_lastPage; - KAction *m_historyBack; - KAction *m_historyNext; - KAction *m_find; - KAction *m_findNext; - KAction *m_saveAs; - KAction *m_printPreview; - KAction *m_showProperties; - KAction *m_showPresentation; - KToggleAction* m_showMenuBarAction; - KToggleAction* m_showLeftPanel; - KToggleAction* m_showFullScreenAction; + TDEAction *m_gotoPage; + TDEAction *m_prevPage; + TDEAction *m_nextPage; + TDEAction *m_firstPage; + TDEAction *m_lastPage; + TDEAction *m_historyBack; + TDEAction *m_historyNext; + TDEAction *m_find; + TDEAction *m_findNext; + TDEAction *m_saveAs; + TDEAction *m_printPreview; + TDEAction *m_showProperties; + TDEAction *m_showPresentation; + TDEToggleAction* m_showMenuBarAction; + TDEToggleAction* m_showLeftPanel; + TDEToggleAction* m_showFullScreenAction; bool m_actionsSearched; bool m_searchStarted; BrowserExtension *m_bExtension; |