From b3eb2c6da36c05d2f33f1326934b44d9e494bb19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Mar 2026 10:32:08 +0900 Subject: Rename KWinModule to TWinModule Signed-off-by: Michele Calgaro --- kstart/kstart.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kstart/kstart.cpp') diff --git a/kstart/kstart.cpp b/kstart/kstart.cpp index 50efa566c..69ec79158 100644 --- a/kstart/kstart.cpp +++ b/kstart/kstart.cpp @@ -43,7 +43,7 @@ static bool fullscreen = false; static unsigned long state = 0; static unsigned long mask = 0; static NET::WindowType windowtype = NET::Unknown; -static KWinModule* twinmodule; +static TWinModule* twinmodule; KStart::KStart() :TQObject() @@ -312,7 +312,7 @@ int main( int argc, char *argv[] ) for(int i=0; i < args->count(); i++) proc << args->arg(i); - twinmodule = new KWinModule; + twinmodule = new TWinModule; desktop = args->getOption( "desktop" ).toInt(); if ( args->isSet ( "alldesktops") ) -- cgit v1.2.3