summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/dbgtoolbar.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 09:28:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 09:28:33 +0900
commit647091e6d33e71158a2a5f9ae5e883aae66b2bfe (patch)
tree2537b81c7fd02be0321e640c3ff3108218188939 /languages/ruby/debugger/dbgtoolbar.h
parentce7cada3e1ce3e62e87380ca6b4f1cf598495891 (diff)
downloadtdevelop-647091e6d33e71158a2a5f9ae5e883aae66b2bfe.tar.gz
tdevelop-647091e6d33e71158a2a5f9ae5e883aae66b2bfe.zip
Rename KWinModule to TWinModuleHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/ruby/debugger/dbgtoolbar.h')
-rw-r--r--languages/ruby/debugger/dbgtoolbar.h4
1 files changed, 2 insertions, 2 deletions
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 <ksystemtray.h>
#include <twin.h> // needed for WId :(
@@ -78,7 +78,7 @@ private:
RubyDebuggerPart* part_;
WId activeWindow_;
- KWinModule* winModule_;
+ TWinModule* winModule_;
DbgButton* bKDevFocus_;
DbgButton* bPrevFocus_;
bool appIsActive_;