diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 09:27:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 09:27:31 +0900 |
| commit | 13af4ef755ddd596c7d1e3ff0557dbf95c0517bd (patch) | |
| tree | 8c804416d862785a2e23b336e3e5c412cc284f3b /kview | |
| parent | 2a26f8bf97c534e9c85ca936eb71d65fddd7fa82 (diff) | |
| download | tdegraphics-13af4ef755ddd596c7d1e3ff0557dbf95c0517bd.tar.gz tdegraphics-13af4ef755ddd596c7d1e3ff0557dbf95c0517bd.zip | |
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kview')
| -rw-r--r-- | kview/kview.cpp | 2 | ||||
| -rw-r--r-- | kview/kview.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kview/kview.cpp b/kview/kview.cpp index 3ef926b8..4f3b4888 100644 --- a/kview/kview.cpp +++ b/kview/kview.cpp @@ -59,7 +59,7 @@ KView::KView() : KParts::MainWindow( 0, "KView" ) , m_pViewer( 0 ) , m_pCanvas( 0 ) - , m_pWinModule( new KWinModule( this, KWinModule::INFO_DESKTOP ) ) + , m_pWinModule( new TWinModule( this, TWinModule::INFO_DESKTOP ) ) , m_bImageSizeChangedBlocked( false ) , m_bFullscreen( false ) { diff --git a/kview/kview.h b/kview/kview.h index c0749718..5e64cbe0 100644 --- a/kview/kview.h +++ b/kview/kview.h @@ -36,7 +36,7 @@ class TQRect; class TDEAction; class TDEToggleAction; class TDERecentFilesAction; -class KWinModule; +class TWinModule; class TQStringList; class KProgress; @@ -102,7 +102,7 @@ class KView : public KParts::MainWindow KImageViewer::Viewer * m_pViewer; KImageViewer::Canvas * m_pCanvas; - KWinModule * m_pWinModule; + TWinModule * m_pWinModule; // Actions: TDEAction * m_paOpenFile; |
