diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 10:32:08 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 10:32:08 +0900 |
| commit | b3eb2c6da36c05d2f33f1326934b44d9e494bb19 (patch) | |
| tree | 05c8ee8792018189416732f2b14012f022c641d5 /kstart/kstart.cpp | |
| parent | a607a2abc75a44237d177efcd0f4ac5827d0d734 (diff) | |
| download | tdebase-b3eb2c6da36c05d2f33f1326934b44d9e494bb19.tar.gz tdebase-b3eb2c6da36c05d2f33f1326934b44d9e494bb19.zip | |
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstart/kstart.cpp')
| -rw-r--r-- | kstart/kstart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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") ) |
