From 647091e6d33e71158a2a5f9ae5e883aae66b2bfe Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Mar 2026 09:28:33 +0900 Subject: Rename KWinModule to TWinModule Signed-off-by: Michele Calgaro --- languages/ruby/debugger/dbgtoolbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/ruby/debugger/dbgtoolbar.h') diff --git a/languages/ruby/debugger/dbgtoolbar.h b/languages/ruby/debugger/dbgtoolbar.h index a98dfc74..49a4e71f 100644 --- a/languages/ruby/debugger/dbgtoolbar.h +++ b/languages/ruby/debugger/dbgtoolbar.h @@ -22,7 +22,7 @@ #ifndef _DBGTOOLBAR_H_ #define _DBGTOOLBAR_H_ -class KWinModule; +class TWinModule; #include #include // needed for WId :( @@ -78,7 +78,7 @@ private: RubyDebuggerPart* part_; WId activeWindow_; - KWinModule* winModule_; + TWinModule* winModule_; DbgButton* bKDevFocus_; DbgButton* bPrevFocus_; bool appIsActive_; -- cgit v1.2.3