From 13af4ef755ddd596c7d1e3ff0557dbf95c0517bd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Mar 2026 09:27:31 +0900 Subject: Rename KWinModule to TWinModule Signed-off-by: Michele Calgaro --- kview/kview.cpp | 2 +- kview/kview.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kview') 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; -- cgit v1.2.3